Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
msm-code committed Dec 19, 2024
1 parent 5ade1a8 commit 685e2b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/models/match.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ class Match(SQLModel, table=True):
)
)
job: Job = Relationship(back_populates="matches")
context: Dict[str, Dict[str, Dict[str, str]]] = Field(sa_column=Column(JSON, nullable=False))
context: Dict[str, Dict[str, Dict[str, str]]] = Field(
sa_column=Column(JSON, nullable=False)
)

0 comments on commit 685e2b0

Please sign in to comment.