Skip to content

Commit 264bf13

Browse files
authored
Update scripts/patch_release/compare_patch.py
1 parent 5ee64be commit 264bf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/patch_release/compare_patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import synapseutils as synu
1414

1515

16-
def _get_file_dict(syn: synapseclient.Synapse, synid: str) -> dict[str, str]:
16+
def _get_file_dict(syn: synapseclient.Synapse, synid: str):
1717
"""
1818
This function generates a dictionary of files from a Synapse ID.
1919

0 commit comments

Comments
 (0)