We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c04a8 commit 7b88101Copy full SHA for 7b88101
exasol/toolbox/nox/_dependencies_check.py
@@ -64,7 +64,6 @@ def _dependencies_check(string: str) -> str:
64
output.append(f"\n{key}\n" + "\n".join(value) + "\n")
65
66
return "".join(output)
67
-
68
return ""
69
70
0 commit comments