Skip to content

Commit

Permalink
chore(isort): sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
janu8ry authored and github-actions[bot] committed Aug 16, 2023
1 parent 80ed6b8 commit e997fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
from logging.handlers import TimedRotatingFileHandler
from typing import Any

import sentry_sdk
from rich.console import Console
from rich.logging import RichHandler
from rich.theme import Theme
import sentry_sdk
from sentry_sdk.integrations.asyncio import AsyncioIntegration
from sentry_sdk.integrations.logging import LoggingIntegration

Expand Down

0 comments on commit e997fee

Please sign in to comment.