Skip to content

Commit 30f08ad

Browse files
committed
refactor: rm unused exceptions
1 parent 4c678aa commit 30f08ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/plugins/pgsql/driver/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import struct
66

77
from mamonsu.plugins.pgsql.driver.pg8000 import connect
8-
from mamonsu.plugins.pgsql.driver.pg8000.core import ProgrammingError, InterfaceError,InternalError,NotSupportedError,Error
8+
from mamonsu.plugins.pgsql.driver.pg8000.core import ProgrammingError
99

1010

1111

0 commit comments

Comments
 (0)