mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixing lint.
This commit is contained in:
parent
d2fb68c8ed
commit
b6afdae7c9
3 changed files with 0 additions and 3 deletions
|
@ -15,7 +15,6 @@ from __future__ import absolute_import, print_function, unicode_literals
|
|||
|
||||
import errno
|
||||
import logging
|
||||
import os
|
||||
|
||||
# Import Salt libs
|
||||
import salt.modules.cmdmod
|
||||
|
|
1
tests/unit/cache/test_localfs.py
vendored
1
tests/unit/cache/test_localfs.py
vendored
|
@ -6,7 +6,6 @@ unit tests for the localfs cache
|
|||
# Import Python libs
|
||||
from __future__ import absolute_import, print_function, unicode_literals
|
||||
import errno
|
||||
import os
|
||||
import shutil
|
||||
import tempfile
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
# Import Python libs
|
||||
from __future__ import absolute_import, print_function, unicode_literals
|
||||
import errno
|
||||
import os
|
||||
import textwrap
|
||||
|
||||
# Import Salt Testing Libs
|
||||
|
|
Loading…
Add table
Reference in a new issue