Skip to content

Commit 61a37bb

Browse files
committed
Add missing import
1 parent 942cc18 commit 61a37bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firebird/driver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
OperationalError, IntegrityError, InternalError, ProgrammingError,
4242
NotSupportedError, FirebirdWarning,
4343
NetProtocol, DirectoryCode, PageSize, DBKeyScope, DbInfoCode, Features, ReplicaMode,
44-
StmtInfoCode, TraInfoCode, TraInfoIsolation, TraInfoReadCommitted,
44+
StmtInfoCode, ResultSetInfoCode, TraInfoCode, TraInfoIsolation, TraInfoReadCommitted,
4545
TraInfoAccess, TraIsolation, TraReadCommitted, TraLockResolution, TraAccessMode,
4646
TableShareMode, TableAccessMode, Isolation, DefaultAction, StatementType, BlobType,
4747
DbAccessMode, DbSpaceReservation, DbWriteMode, ShutdownMode, OnlineMode,

0 commit comments

Comments
 (0)