mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add missing glob import (#35525)
* add missing glob import * move glob import so pylint doesn't freak out. * pylint requires 2 spaces before the comment. * remove trailing whitespace
This commit is contained in:
parent
0e3f2fc6cb
commit
61fec6caa9
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ import sys # do not remove, used in imported file.py functions
|
|||
import fileinput # do not remove, used in imported file.py functions
|
||||
import fnmatch # do not remove, used in imported file.py functions
|
||||
import mmap # do not remove, used in imported file.py functions
|
||||
import glob # do not remove, used in imported file.py functions
|
||||
# do not remove, used in imported file.py functions
|
||||
import salt.ext.six as six # pylint: disable=import-error,no-name-in-module
|
||||
from salt.ext.six.moves.urllib.parse import urlparse as _urlparse # pylint: disable=import-error,no-name-in-module
|
||||
|
|
Loading…
Add table
Reference in a new issue