Skip to content

Commit

Permalink
drop unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Feb 25, 2024
1 parent bf622ed commit a872949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sc_crawler/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from datetime import datetime
from importlib.metadata import version
from pathlib import Path
from typing import List, TYPE_CHECKING, Optional
from typing import TYPE_CHECKING, Optional

from rich.console import ConsoleRenderable, Group
from rich.logging import RichHandler
Expand Down

0 comments on commit a872949

Please sign in to comment.