diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-01 18:34:57 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-01 18:34:57 -0700 |
commit | e9568d9d973df345966c71149757868cdf297179 (patch) | |
tree | 96812babb3ef2ce3707143247df41551756aca33 /python/fatcat_import.py | |
parent | bea909f997bcef51e2624b9eea42c8fbe7115aaa (diff) | |
download | fatcat-e9568d9d973df345966c71149757868cdf297179.tar.gz fatcat-e9568d9d973df345966c71149757868cdf297179.zip |
lint (flake8) top-level python files
Diffstat (limited to 'python/fatcat_import.py')
-rwxr-xr-x | python/fatcat_import.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/fatcat_import.py b/python/fatcat_import.py index 331cf791..252ab3a5 100755 --- a/python/fatcat_import.py +++ b/python/fatcat_import.py @@ -1,6 +1,8 @@ #!/usr/bin/env python3 -import os, sys, argparse +import os +import sys +import argparse import raven from fatcat_tools import authenticated_api |