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>`
|
||||
'''
|
||||
|
||||
# Import Python Libs
|
||||
from __future__ import absolute_import
|
||||
import yaml
|
||||
|
||||
# Import Salt Testing Libs
|
||||
from salttesting import TestCase, skipIf
|
||||
from salttesting.mock import (
|
||||
@ -15,7 +19,6 @@ from salttesting.mock import (
|
||||
# Import Salt Libs
|
||||
import salt.utils
|
||||
from salt.modules import pkg_resource
|
||||
import yaml
|
||||
|
||||
# Globals
|
||||
pkg_resource.__grains__ = {}
|
||||
|
Loading…
Reference in New Issue
Block a user