mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
use two spaces before inline comment
Keep pylint happy
This commit is contained in:
parent
d1d63974ee
commit
34c068ec49
@ -17,8 +17,8 @@ import logging
|
||||
# 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
|
||||
import contextlib # do not remove, used in imported file.py functions
|
||||
import difflib # do not remove, used in imported file.py functions
|
||||
import contextlib # do not remove, used in imported file.py functions
|
||||
import difflib # do not remove, used in imported file.py functions
|
||||
# pylint: enable=W0611
|
||||
|
||||
# Import third party libs
|
||||
|
Loading…
Reference in New Issue
Block a user