Skip to content

Commit 2187c56

Browse files
committed
remove no use module import
1 parent 75e1d0c commit 2187c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cymysql/result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from cymysql.packet import MysqlPacket, FieldDescriptorPacket
22

3-
from cymysql.constants import SERVER_STATUS, FLAG
3+
from cymysql.constants import SERVER_STATUS
44

55

66
SERVER_MORE_RESULTS_EXISTS = SERVER_STATUS.SERVER_MORE_RESULTS_EXISTS

0 commit comments

Comments
 (0)