mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix lint.
This commit is contained in:
parent
f4263c8f17
commit
b17b65d4de
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ from __future__ import absolute_import
|
|||
import logging
|
||||
|
||||
# Import 3rd-party libs
|
||||
import jnpr.junos
|
||||
import jnpr.junos.utils
|
||||
import jnpr.junos.utils.config
|
||||
# import jnpr.junos
|
||||
# import jnpr.junos.utils
|
||||
# import jnpr.junos.utils.config
|
||||
import json
|
||||
HAS_JUNOS = True
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue