mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Pylint fix (#37971)
This commit is contained in:
parent
36f91408c5
commit
6976be4b9a
1 changed files with 4 additions and 2 deletions
|
@ -14,11 +14,13 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Import Python libs
|
||||
from __future__ import absolute_import
|
||||
import re
|
||||
import os.path
|
||||
|
||||
# Import Salt libs
|
||||
from salt.ext.six import text_type as text
|
||||
|
||||
|
||||
from salt.exceptions import CommandExecutionError
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue