Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Jan 20, 2022
1 parent 012c290 commit 200318d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
# will fail with
# ImportError: Failed to import any qt binding
# if only matplotlib-base is installed
from matplotlib import pyplot
from matplotlib import pyplot # noqa
except ImportError:
has_mpl = False

0 comments on commit 200318d

Please sign in to comment.