Skip to content

Commit

Permalink
black sort project imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JLoveUOA authored and uoa-noel committed Nov 25, 2024
1 parent ec1ae09 commit 6feed6e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/models/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
from sqlmodel import Field, Relationship, SQLModel

from models.person import InputPerson
from models.services import (InputServices, ResearchDriveProjectLink,
ResearchDriveService)
from models.services import (
InputServices,
ResearchDriveProjectLink,
ResearchDriveService,
)

# Only import Member during typechecking to prevent circular dependency error.
if TYPE_CHECKING:
Expand Down

0 comments on commit 6feed6e

Please sign in to comment.