mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Ignore and remove unused imports
This commit is contained in:
parent
b60a0543ce
commit
3fceb028eb
@ -18,14 +18,13 @@ ensure_in_syspath('../../')
|
||||
|
||||
# Import salt libs
|
||||
import integration
|
||||
import salt.utils
|
||||
from salt.modules import mysql as mysqlmod
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
NO_MYSQL = False
|
||||
try:
|
||||
import MySQLdb
|
||||
import MySQLdb # pylint: disable=W0611
|
||||
except ImportError:
|
||||
NO_MYSQL = True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user