Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
fusion: flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioLuporini committed Jul 25, 2016
1 parent 1993722 commit 7fbc8eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyop2/fusion/extended.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
derived from ``base.py``."""

import sys
import os
import ctypes
from copy import deepcopy as dcopy
from itertools import groupby
Expand Down
1 change: 0 additions & 1 deletion pyop2/fusion/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
itself, whereas others directly from application code."""

import os
import sys
from contextlib import contextmanager
from decorator import decorator

Expand Down

0 comments on commit 7fbc8eb

Please sign in to comment.