Skip to content

Commit

Permalink
[Mod] make flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoric committed May 15, 2019
1 parent 0aed24b commit 8a898c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

def is_psycopg2_exists():
try:
import psycopg2
import psycopg2 # noqa
return True
except ImportError:
return False
Expand Down

0 comments on commit 8a898c4

Please sign in to comment.