Skip to content

Commit

Permalink
formatting nit
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod committed Feb 28, 2024
1 parent 7bd9187 commit 4e7c9f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ def pip_compile(session: nox.Session, req: str):
)


@nox.session(
python=["3.11"]
) # The python version should match the readthedocs configuration.
@nox.session(python=["3.11"]) # The python version should match the readthedocs configuration.
def build(session: nox.Session):
"""Generate HTML files for the Ansible docsite."""
# fmt: off
Expand Down

0 comments on commit 4e7c9f4

Please sign in to comment.