summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgres.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/dialects/postgres.py')
-rw-r--r--lib/sqlalchemy/dialects/postgres.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgres.py b/lib/sqlalchemy/dialects/postgres.py
index 046be760d..f9725b2a5 100644
--- a/lib/sqlalchemy/dialects/postgres.py
+++ b/lib/sqlalchemy/dialects/postgres.py
@@ -11,7 +11,7 @@ from sqlalchemy.util import warn_deprecated
warn_deprecated(
"The SQLAlchemy PostgreSQL dialect has been renamed from 'postgres' to 'postgresql'. "
"The new URL format is postgresql[+driver]://<user>:<pass>@<host>/<dbname>"
- )
+)
from sqlalchemy.dialects.postgresql import *
from sqlalchemy.dialects.postgresql import base