mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 02:54:29 +08:00
Fix some flake8 errors (#410)
This commit is contained in:
@ -5,10 +5,9 @@ want to make your own subclasses. In most cases, you will probably
|
||||
override Connection.default_cursor with a non-standard Cursor class.
|
||||
"""
|
||||
import re
|
||||
import sys
|
||||
|
||||
from MySQLdb import cursors, _mysql
|
||||
from MySQLdb._exceptions import (
|
||||
from . import cursors, _mysql
|
||||
from ._exceptions import (
|
||||
Warning, Error, InterfaceError, DataError,
|
||||
DatabaseError, OperationalError, IntegrityError, InternalError,
|
||||
NotSupportedError, ProgrammingError,
|
||||
|
Reference in New Issue
Block a user