[Mod] make flake8 happy

This commit is contained in:
nanoric 2019-05-15 17:27:11 +08:00
parent 0aed24b403
commit 8a898c4002

View File

@ -110,7 +110,7 @@ pkgs = find_packages()
def is_psycopg2_exists(): def is_psycopg2_exists():
try: try:
import psycopg2 import psycopg2 # noqa
return True return True
except ImportError: except ImportError:
return False return False