Skip to content

Commit

Permalink
Try format revert
Browse files Browse the repository at this point in the history
  • Loading branch information
islean committed Oct 10, 2024
1 parent 6b39aad commit 55210fa
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cg/store/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@
from sqlalchemy import and_, func
from sqlalchemy.orm import Query, Session

from cg.store.models import (
Analysis,
Application,
ApplicationLimitations,
ApplicationVersion,
)
from cg.store.models import Analysis, Application, ApplicationLimitations, ApplicationVersion
from cg.store.models import Base as ModelBase
from cg.store.models import (
Case,
Expand Down

0 comments on commit 55210fa

Please sign in to comment.