summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/pypostgresql.py
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2010-12-19 23:16:50 -0500
committerMichael Trier <mtrier@gmail.com>2010-12-19 23:16:50 -0500
commitc0ddbf502f6094b1ace96b51f230e46e6507f37e (patch)
tree3904d74c3ebde8847be89006391b9ca2090d0b21 /lib/sqlalchemy/dialects/postgresql/pypostgresql.py
parentfb6ad4c450e33a4c7b4774ffd058be519f0c9689 (diff)
downloadsqlalchemy-c0ddbf502f6094b1ace96b51f230e46e6507f37e.tar.gz
Ridding the world of a few wasteful imports.
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/pypostgresql.py')
-rw-r--r--lib/sqlalchemy/dialects/postgresql/pypostgresql.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/pypostgresql.py b/lib/sqlalchemy/dialects/postgresql/pypostgresql.py
index 9abdffb6e..5dcf884f7 100644
--- a/lib/sqlalchemy/dialects/postgresql/pypostgresql.py
+++ b/lib/sqlalchemy/dialects/postgresql/pypostgresql.py
@@ -7,7 +7,6 @@ URLs are of the form ``postgresql+pypostgresql://user@password@host:port/dbname[
"""
-from sqlalchemy.engine import default
from sqlalchemy import util
from sqlalchemy import types as sqltypes
from sqlalchemy.dialects.postgresql.base import PGDialect, PGExecutionContext