mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Fixed some lint
This commit is contained in:
parent
4195803e56
commit
6f85d6b9af
@ -23,10 +23,10 @@ from salt.modules import win_system
|
||||
|
||||
# Import 3rd Party Libs
|
||||
try:
|
||||
import win32net
|
||||
import win32api
|
||||
import pywintypes
|
||||
from ctypes import windll
|
||||
import win32net # pylint: disable=E0611
|
||||
import win32api # pylint: disable=E0611
|
||||
import pywintypes # pylint: disable=E0611
|
||||
from ctypes import windll # pylint: disable=E0611
|
||||
HAS_WIN32NET_MODS = True
|
||||
except ImportError:
|
||||
HAS_WIN32NET_MODS = False
|
||||
|
Loading…
Reference in New Issue
Block a user