Skip to content

Commit 22350e2

Browse files
committed
fixed mypy error
1 parent d96df7e commit 22350e2

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
@@ -49,5 +49,5 @@ def create_and_switch_to_branch(branch_name: str):
4949

5050
@staticmethod
5151
@run_command
52-
def toplevel() -> str:
52+
def toplevel():
5353
return ["git", "rev-parse", "--show-toplevel"]

0 commit comments

Comments
 (0)