Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Add flake8 to environment, fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlevy1981 committed Dec 6, 2018
1 parent ac03ec6 commit 8fc5ddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions binder/environment.yml
Expand Up @@ -19,5 +19,6 @@ dependencies:
- lz4
- nbserverproxy
- click
- flake8
- pip:
- version-information
2 changes: 1 addition & 1 deletion esmlab/__init__.py
Expand Up @@ -4,7 +4,7 @@
from esmlab.accessors import EsmDataArrayAccessor
from esmlab import climatology

_module_imports = (EsmDataArrayAccessor,climatology,)
_module_imports = (EsmDataArrayAccessor, climatology,)
__version__ = get_versions()["version"]
del get_versions

Expand Down

0 comments on commit 8fc5ddf

Please sign in to comment.