Skip to content

Commit

Permalink
Fix bug for integers in sunsch substitute
Browse files Browse the repository at this point in the history
  • Loading branch information
asnyv committed Feb 21, 2024
1 parent 011afce commit d39f333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subscript/sunsch/sunsch.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class InsertStatement(BaseModel):
template: Optional[FilePath] = None
days: Optional[float] = None
string: Optional[str] = None
substitute: Optional[Dict[str, Union[str, float, str]]] = None
substitute: Optional[Dict[str, Union[int, float, str]]] = None


class SunschConfig(BaseModel):
Expand Down

0 comments on commit d39f333

Please sign in to comment.