mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
More lint (removed import os)
This commit is contained in:
parent
dc00492dec
commit
0e29607e2c
1 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
Module for managing Windows Users
|
||||
|
||||
:depends:
|
||||
- os
|
||||
- pywintypes
|
||||
- win32api
|
||||
- win32net
|
||||
|
@ -25,7 +24,6 @@ import logging
|
|||
log = logging.getLogger(__name__)
|
||||
|
||||
try:
|
||||
import os
|
||||
import pywintypes
|
||||
import win32api
|
||||
import win32net
|
||||
|
|
Loading…
Add table
Reference in a new issue