Fix pre-commit black and isort

This commit is contained in:
twangboy 2020-10-06 15:54:04 -06:00 committed by Daniel Wozniak
parent 2ac0dc67e8
commit cbe16dd10d
2 changed files with 0 additions and 10 deletions

View file

@ -1,11 +1,8 @@
# -*- coding: utf-8 -*-
"""
The matcher subsystem needs a function called "confirm_top", which
takes the data passed to a top file environment and determines if that
data matches this minion.
"""
from __future__ import absolute_import
import logging
import salt.loader

View file

@ -1,12 +1,5 @@
# -*- coding: utf-8 -*-
# Import python libs
from __future__ import absolute_import, print_function, unicode_literals
import salt.config
import salt.loader
# Import Salt Testing libs
from tests.support.unit import TestCase