mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix pre-commit black and isort
This commit is contained in:
parent
2ac0dc67e8
commit
cbe16dd10d
2 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue