Skip to content

Commit 16b9bde

Browse files
committed
project:fix
1 parent 9cfdd3f commit 16b9bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exasol/toolbox/util/git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def get_latest_tag():
2727

2828
@staticmethod
2929
@run_command
30-
def read_file_from_tag(tag: str, path: Union[Path,str]):
30+
def read_file_from_tag(tag: str, path: Union[Path, str]):
3131
"""
3232
Read the contents of the specified file `path` at the point in
3333
time specified by git tag `tag`.

0 commit comments

Comments
 (0)