Skip to content

Commit

Permalink
Ignore unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Feb 8, 2014
1 parent c281511 commit afb361e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/modules/junos.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@


try:
# pylint: disable=W0611
import jnpr.junos
import jnpr.junos.utils
import jnpr.junos.cfg
# pylint: enable=W0611
HAS_JUNOS = True
except ImportError:
HAS_JUNOS = False
Expand Down

0 comments on commit afb361e

Please sign in to comment.