Skip to content

Commit 6c85b96

Browse files
author
Lingling Peng
committed
remove comments
1 parent 3c61991 commit 6c85b96

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

synapseclient/extensions/curator/schema_generation.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -807,9 +807,6 @@ def parse_minimum_maximum(
807807
f"The Maximum value: {maximum} must be greater than the Minimum value: {minimum}"
808808
)
809809

810-
# if isinstance(value, float) and value.is_integer():
811-
# value = int(value)
812-
813810
return {relationship: value}
814811

815812
def parse_format(self, attribute_dict: dict) -> dict[str, str]:

0 commit comments

Comments
 (0)