use two spaces before inline comment

Keep pylint happy
This commit is contained in:
David Boucha 2014-02-13 02:54:32 -07:00
parent d1d63974ee
commit 34c068ec49

View File

@ -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