Run pre-commit tools: isort, requirements-txt-fixer

This commit is contained in:
Ayaz Salikhov
2022-03-16 14:48:23 +02:00
parent 25add573f9
commit 2f201a4b81
29 changed files with 72 additions and 69 deletions

View File

@@ -3,12 +3,13 @@
# Distributed under the terms of the Modified BSD License.
import argparse
import logging
from plumbum.cmd import docker
from .docker_runner import DockerRunner
from .get_taggers_and_manifests import get_taggers_and_manifests
from .github_set_env import github_set_env
LOGGER = logging.getLogger(__name__)