Skip to content

Commit

Permalink
Remove unused imports (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
vilhelmprytz authored and methane committed Dec 11, 2019
1 parent 577276a commit 6faa8b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pymysql/_auth.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
"""
Implements auth methods
"""
from ._compat import text_type, PY2
from .constants import CLIENT
from ._compat import PY2
from .err import OperationalError
from .util import byte2int, int2byte

Expand Down
3 changes: 1 addition & 2 deletions pymysql/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
import re
import time

from .constants import FIELD_TYPE, FLAG
from .charset import charset_by_id
from .constants import FIELD_TYPE


def escape_item(val, charset, mapping=None):
Expand Down

0 comments on commit 6faa8b6

Please sign in to comment.