Skip to content

Commit

Permalink
drop unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Feb 21, 2024
1 parent 721b459 commit c8b142f
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/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from sqlalchemy.orm import declared_attr
from sqlmodel import JSON, Column, Field, Relationship, Session, SQLModel, select

from .logger import logger, log_start_end
from .logger import log_start_end
from .str import snake_case


Expand Down
2 changes: 1 addition & 1 deletion src/sc_crawler/vendors/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from cachier import cachier, set_default_params

from ..logger import logger
from ..lookup import compliance_frameworks, countries
from ..lookup import countries
from ..schemas import (
Datacenter,
Disk,
Expand Down

0 comments on commit c8b142f

Please sign in to comment.