We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c8d7d commit 4da1a85Copy full SHA for 4da1a85
src/policyengine_api/models/parameter_value.py
@@ -10,7 +10,7 @@
10
from .policy import Policy
11
12
13
-class ParameterValueBase(SQLModel):
+class ParameterValueBase(SQLModel):
14
"""Base parameter value fields."""
15
16
parameter_id: UUID = Field(foreign_key="parameters.id")
0 commit comments