From c0ddbf502f6094b1ace96b51f230e46e6507f37e Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Sun, 19 Dec 2010 23:16:50 -0500 Subject: Ridding the world of a few wasteful imports. --- lib/sqlalchemy/dialects/postgresql/pypostgresql.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/sqlalchemy/dialects/postgresql/pypostgresql.py') 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 -- cgit v1.2.1