Skip to content

Commit fc4b9ef

Browse files
committed
Fix formatting issue
1 parent b7f66d4 commit fc4b9ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

exasol/toolbox/nox/_documentation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ def open_docs(session: Session) -> None:
5353
"""Opens the built project documentation"""
5454
docs_folder = PROJECT_CONFIG.root / DOCS_OUTPUT_DIR
5555
if not docs_folder.exists():
56-
session.error(
57-
f"No documentation could be found. {docs_folder} is missing")
56+
session.error(f"No documentation could be found. {docs_folder} is missing")
5857
index = docs_folder / "index.html"
5958
webbrowser.open_new_tab(index.as_uri())
6059

0 commit comments

Comments
 (0)