Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e70f362

Browse files
committedJan 16, 2020
add 3 missing import(s)
1 parent 037ee3c commit e70f362

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎MySQLdb/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
DataError,
4141
escape,
4242
escape_string,
43+
DatabaseError,
44+
InternalError,
45+
Warning,
4346
)
4447
from MySQLdb.constants import FIELD_TYPE
4548
from MySQLdb.times import (

0 commit comments

Comments
 (0)
Please sign in to comment.