mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
4 lines
198 B
Python
4 lines
198 B
Python
# auto.py is full of patterns mypy doesn't like, so for type checking
|
|
# purposes we replace it with interface.py.
|
|
|
|
from .interface import * # pylint: disable=unused-wildcard-import,wildcard-import
|