mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Remove now unused imports from grains wrapper
This commit is contained in:
parent
915d4e9304
commit
3ad7452ca3
1 changed files with 0 additions and 3 deletions
|
@ -3,15 +3,12 @@ Return/control aspects of the grains data
|
|||
"""
|
||||
|
||||
|
||||
import copy
|
||||
import math
|
||||
from collections.abc import Mapping
|
||||
|
||||
import salt.utils.data
|
||||
import salt.utils.dictupdate
|
||||
import salt.utils.json
|
||||
from salt.defaults import DEFAULT_TARGET_DELIM
|
||||
from salt.exceptions import SaltException
|
||||
|
||||
# Seed the grains dict so cython will build
|
||||
__grains__ = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue