Skip to content

Commit 8d73871

Browse files
committed
update type hinting
1 parent 2c04290 commit 8d73871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapseclient/extensions/curator/schema_generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1842,7 +1842,7 @@ def get_node_column_type(
18421842

18431843
def get_node_column_pattern(
18441844
self, node_label: Optional[str] = None, node_display_name: Optional[str] = None
1845-
) -> Optional[ColumnType]:
1845+
) -> Optional[str]:
18461846
"""Gets the regex pattern of the node
18471847
18481848
Args:

0 commit comments

Comments
 (0)