chore(lint): Run isort

This commit is contained in:
Lev Vereshchagin
2021-12-10 11:53:00 +03:00
parent f8b7b7af05
commit 8b4dfce4f0
10 changed files with 40 additions and 48 deletions

View File

@@ -1,10 +1,10 @@
import argparse
from check_connection import (
check_service,
check_redis_cache,
check_redis_queue,
check_redis_socketio,
check_service,
)