mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Remove unused imports
This commit is contained in:
parent
4c1409808a
commit
8313dd9ae8
@ -14,10 +14,10 @@ import os
|
||||
import stat
|
||||
import os.path
|
||||
import logging
|
||||
import contextlib
|
||||
import difflib
|
||||
# pylint: disable=W0611
|
||||
import tempfile # do not remove. Used in salt.modules.file.__clean_tmp
|
||||
import itertools # same as above, do not remove, it's used in __clean_tmp
|
||||
# pylint: enable=W0611
|
||||
|
||||
# Import third party libs
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user