mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Another pylint fix for develop
This commit is contained in:
parent
1097d2587a
commit
9e83d85fd8
@ -3,6 +3,10 @@
|
|||||||
:codeauthor: :email:`Rahul Handay <rahulha@saltstack.com>`
|
:codeauthor: :email:`Rahul Handay <rahulha@saltstack.com>`
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
# Import Python Libs
|
||||||
|
from __future__ import absolute_import
|
||||||
|
import yaml
|
||||||
|
|
||||||
# Import Salt Testing Libs
|
# Import Salt Testing Libs
|
||||||
from salttesting import TestCase, skipIf
|
from salttesting import TestCase, skipIf
|
||||||
from salttesting.mock import (
|
from salttesting.mock import (
|
||||||
@ -15,7 +19,6 @@ from salttesting.mock import (
|
|||||||
# Import Salt Libs
|
# Import Salt Libs
|
||||||
import salt.utils
|
import salt.utils
|
||||||
from salt.modules import pkg_resource
|
from salt.modules import pkg_resource
|
||||||
import yaml
|
|
||||||
|
|
||||||
# Globals
|
# Globals
|
||||||
pkg_resource.__grains__ = {}
|
pkg_resource.__grains__ = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user