mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
[2016.11] Pylint: add missing import
This commit is contained in:
parent
5987c4e30e
commit
71164348e7
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ import os
|
|||
|
||||
# Import salt libs
|
||||
from salt.exceptions import CommandNotFoundError
|
||||
import salt.utils
|
||||
|
||||
# Define the state's virtual name
|
||||
__virtualname__ = 'ssh_known_hosts'
|
||||
|
|
Loading…
Add table
Reference in a new issue