Skip to content

Commit

Permalink
fixes for bugs that pylint found
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi committed Apr 14, 2014
1 parent f5b4ac2 commit 8e14e8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion salt/modules/pacman.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# Import salt libs
import salt.utils
import salt.utils.pkg
from salt._compat import string_types
from salt.exceptions import CommandExecutionError, MinionError

log = logging.getLogger(__name__)
Expand Down
1 change: 1 addition & 0 deletions salt/utils/pkg.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from salt._compat import string_types


Expand Down

0 comments on commit 8e14e8b

Please sign in to comment.