Skip to content

Commit 548c2d8

Browse files
committed
fix: changed import statement for pg8000.core to .core
1 parent 563dabb commit 548c2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/plugins/pgsql/driver/pg8000/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from pg8000.core import (
1+
from .core import (
22
Warning, DataError, DatabaseError, InterfaceError, ProgrammingError,
33
Error, OperationalError, IntegrityError, InternalError, NotSupportedError,
44
ArrayContentNotHomogenousError, ArrayDimensionsNotConsistentError,

0 commit comments

Comments
 (0)