Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jun 13, 2021
1 parent 99eb7ee commit 6c7a5f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion nanite/read.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import pathlib
import warnings

import afmformats
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
license="GPL v3",
description=description,
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=["afmformats>=0.13.1",
install_requires=["afmformats>=0.13.2",
"h5py>=2.8.0",
"lmfit>=1",
"numpy>=1.16.0", # cython build
Expand Down

0 comments on commit 6c7a5f6

Please sign in to comment.