run pre-commit

This commit is contained in:
Megan Wilhite 2020-10-02 16:13:04 -04:00 committed by Daniel Wozniak
parent f07ea50a01
commit fa18de7ae3

View file

@ -21,7 +21,6 @@ modules. These state functions wrap Salt's :ref:`Python API <python-api>`.
* :py:func:`The Orchestrate runner <salt.runners.state.orchestrate>`
"""
# Import python libs
import fnmatch
import logging
import sys
@ -30,8 +29,6 @@ import time
import salt.exceptions
import salt.output
# Import salt libs
import salt.syspaths
import salt.utils.data
import salt.utils.event