We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c678aa commit 30f08adCopy full SHA for 30f08ad
mamonsu/plugins/pgsql/driver/connection.py
@@ -5,7 +5,7 @@
5
import struct
6
7
from mamonsu.plugins.pgsql.driver.pg8000 import connect
8
-from mamonsu.plugins.pgsql.driver.pg8000.core import ProgrammingError, InterfaceError,InternalError,NotSupportedError,Error
+from mamonsu.plugins.pgsql.driver.pg8000.core import ProgrammingError
9
10
11
0 commit comments