mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
win_service mod: rm unused import of time
salt/modules/win_service.py:7: [W0611(unused-import), ] Unused import time
This commit is contained in:
parent
7c5e6015ba
commit
09e24b81c3
@ -4,7 +4,6 @@ Windows Service module.
|
||||
'''
|
||||
|
||||
# Import python libs
|
||||
import time
|
||||
import salt.utils
|
||||
|
||||
# Define the module's virtual name
|
||||
|
Loading…
Reference in New Issue
Block a user