From 47e451a07727d08d7e0e144d8c9ed8e8283ac874 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Wed, 9 Dec 2020 05:15:23 -0700 Subject: [PATCH] Fix pre-commit --- salt/client/ssh/wrapper/grains.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/salt/client/ssh/wrapper/grains.py b/salt/client/ssh/wrapper/grains.py index 304a3fa6494d..ee17f7007c1f 100644 --- a/salt/client/ssh/wrapper/grains.py +++ b/salt/client/ssh/wrapper/grains.py @@ -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__ = {}