diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-08-24 13:34:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-24 13:34:43 -0400 |
commit | 97b0a793b19a6bb763ce322f4f81f518161e2a5b (patch) | |
tree | a9172400ba3fb186c4cfc674b585de559cb57820 /verhawk/__init__.py | |
parent | ab8dcebc57c12448977d451af57a30d50b7b6298 (diff) | |
download | verhawk-97b0a793b19a6bb763ce322f4f81f518161e2a5b.tar.gz |
Pep8 fixes (#2)
* Initial commit of setup.cfg
* PEP8 changes
Diffstat (limited to 'verhawk/__init__.py')
-rw-r--r-- | verhawk/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/verhawk/__init__.py b/verhawk/__init__.py index 30eb98f..cf7df62 100644 --- a/verhawk/__init__.py +++ b/verhawk/__init__.py @@ -1,3 +1,2 @@ from . import scanner from .version import * - |