Skip to content

Commit 55d03cd

Browse files
committed
Fix 3.9
1 parent d4289e7 commit 55d03cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aiida/common/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def validate_list_of_string_tuples(val: Any, tuple_length: int) -> bool:
7676
return True
7777

7878

79-
def get_unique_filename(filename: str, list_of_filenames: list | tuple) -> str:
79+
def get_unique_filename(filename: str, list_of_filenames: 'list | tuple') -> str:
8080
"""Return a unique filename that can be added to the list_of_filenames.
8181
8282
If filename is not in list_of_filenames, it simply returns the filename

0 commit comments

Comments
 (0)