8000 Add missing import (#879) · rainingmaster/PyMySQL@3e71dd3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e71dd3

Browse files
authored
Add missing import (PyMySQL#879)
Fixes PyMySQL#878
1 parent a27cbcb commit 3e71dd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymysql/converters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import re
66
import time
77

8+
from .err import ProgrammingError
89
from .constants import FIELD_TYPE
910

1011

0 commit comments

Comments
 (0)
0