8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577276a commit 6faa8b6Copy full SHA for 6faa8b6
pymysql/_auth.py
@@ -1,8 +1,7 @@
1
"""
2
Implements auth methods
3
4
-from ._compat import text_type, PY2
5
-from .constants import CLIENT
+from ._compat import PY2
6
from .err import OperationalError
7
from .util import byte2int, int2byte
8
pymysql/converters.py
@@ -5,8 +5,7 @@
import re
import time
-from .constants import FIELD_TYPE, FLAG
9
-from .charset import charset_by_id
+from .constants import FIELD_TYPE
10
11
12
def escape_item(val, charset, mapping=None):
0 commit comments