Skip to content

Commit

Permalink
Fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgarbar committed Sep 24, 2024
1 parent 8871af3 commit f034648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch_tools/common/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import inspect
import logging
import sys
import traceback
from logging import ( # noqa # pylint:disable=unused-import
CRITICAL,
DEBUG,
Expand All @@ -14,7 +15,6 @@
WARN,
WARNING,
)
import traceback
from typing import Any, Dict, Optional

from loguru import logger
Expand Down

0 comments on commit f034648

Please sign in to comment.