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 3c61991 commit 6c85b96Copy full SHA for 6c85b96
synapseclient/extensions/curator/schema_generation.py
@@ -807,9 +807,6 @@ def parse_minimum_maximum(
807
f"The Maximum value: {maximum} must be greater than the Minimum value: {minimum}"
808
)
809
810
- # if isinstance(value, float) and value.is_integer():
811
- # value = int(value)
812
-
813
return {relationship: value}
814
815
def parse_format(self, attribute_dict: dict) -> dict[str, str]:
0 commit comments