mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #25174 from cachedout/lint_develop
Lint utils.config
This commit is contained in:
commit
8181320808
1 changed files with 0 additions and 2 deletions
|
@ -316,14 +316,12 @@
|
|||
from __future__ import absolute_import, print_function
|
||||
import sys
|
||||
import inspect
|
||||
import textwrap
|
||||
import functools
|
||||
|
||||
# Import salt libs
|
||||
from salt.utils.odict import OrderedDict
|
||||
|
||||
# Import 3rd-party libs
|
||||
import yaml
|
||||
import salt.ext.six as six
|
||||
|
||||
BASE_SCHEMA_URL = 'https://non-existing.saltstack.com/schemas'
|
||||
|
|
Loading…
Add table
Reference in a new issue