Skip to content

Commit b6a8340

Browse files
author
Lingling Peng
committed
remove comment
1 parent c8758f7 commit b6a8340

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

synapseclient/extensions/curator/schema_generation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1650,7 +1650,6 @@ def get_node_column_type(
16501650
rel_node_label = self.dmr.get_relationship_value("columnType", "node_label")
16511651
type_string = self.graph.nodes[node_label][rel_node_label]
16521652
return type_string
1653-
# return JSONSchemaType(type_string)
16541653

16551654
def _get_node_label(
16561655
self, node_label: Optional[str] = None, node_display_name: Optional[str] = None

0 commit comments

Comments
 (0)