Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelteixeiraa committed Dec 14, 2023
1 parent 8fe7581 commit 63a91e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crinkle/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ class Context(BaseModel, Generic[T, D]):
additional_data: Optional[D]

model_config = ConfigDict(arbitrary_types_allowed=True)

def __init__(self, initial_state: T, additional_data: Optional[D]):
super().__init__(state=initial_state, additional_data=additional_data)

0 comments on commit 63a91e5

Please sign in to comment.