Skip to content

Commit

Permalink
lint sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Feb 26, 2024
1 parent cb3267c commit 88c6ef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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, List, Optional

from rich.console import ConsoleRenderable, Group
from rich.logging import RichHandler
Expand Down
2 changes: 1 addition & 1 deletion src/sc_crawler/schemas.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"""Schemas for vendors, datacenters, zones, and other resources."""


import logging
from datetime import datetime
from enum import Enum
from hashlib import sha1
from importlib import import_module
import logging
from json import dumps
from types import ModuleType
from typing import List, Optional
Expand Down

0 comments on commit 88c6ef2

Please sign in to comment.