Skip to content

Commit

Permalink
missing typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
Noza23 committed Jan 14, 2024
1 parent 72348fa commit 9e08f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Config(BaseModel):
amg_config: AmgConfig = Field(
description="Config for AMG algorithm.", default=AmgConfig()
)
general_config = Field(
general_config: GeneralConfig = Field(
description="General Pipeline Config.", default=GeneralConfig()
)

Expand Down

0 comments on commit 9e08f98

Please sign in to comment.