NationalSecurityAgency / lemongraph

Log-based transactional graph engine
Other
1.14k stars 149 forks source link

from ..httpd import Graceful in __main__.py #22

Closed cclauss closed 6 years ago

cclauss commented 6 years ago

Graceful is used on line 180 but it is never imported.

flake8 testing of https://github.com/NationalSecurityAgency/lemongraph on Python 3.6.3

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./LemonGraph/server/__main__.py:179:16: F821 undefined name 'Graceful'
        except Graceful:
               ^