Closed cclauss closed 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: ^
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