Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz authored and s0undt3ch committed Dec 9, 2020
1 parent fe9be53 commit 47e451a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions salt/client/ssh/wrapper/grains.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@

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
from collections.abc import Mapping


# Seed the grains dict so cython will build
__grains__ = {}
Expand Down

0 comments on commit 47e451a

Please sign in to comment.