Skip to content

Commit 7fbc8eb

Browse files
committed
fusion: flake8 fixes
1 parent 1993722 commit 7fbc8eb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pyop2/fusion/extended.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
derived from ``base.py``."""
3636

3737
import sys
38-
import os
3938
import ctypes
4039
from copy import deepcopy as dcopy
4140
from itertools import groupby

pyop2/fusion/interface.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
itself, whereas others directly from application code."""
3636

3737
import os
38-
import sys
3938
from contextlib import contextmanager
4039
from decorator import decorator
4140

0 commit comments

Comments
 (0)