Skip to content

Commit

Permalink
Black reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-psb committed Mar 27, 2024
1 parent b9293be commit 9168e0d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 134 deletions.
134 changes: 0 additions & 134 deletions requirements.txt

This file was deleted.

1 change: 1 addition & 0 deletions src/pulp_docs/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
It defines its interface.
"""

import os
import subprocess
import sys
Expand Down
1 change: 1 addition & 0 deletions src/pulp_docs/mkdocs_macros.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
2. Configure mkdocstrings plugin to find the source code
"""

import json
import logging
import os
Expand Down
1 change: 1 addition & 0 deletions src/pulp_docs/navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
2. "/path/to/file.md" -> uses markdown '# title' or the filename, if former isnt present.
"""

from __future__ import annotations

from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions src/pulp_docs/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Their purpose is to facilitate declaring and downloading the source-code.
"""

from __future__ import annotations

import logging
Expand Down
3 changes: 3 additions & 0 deletions tests/fixtures/pulp-docs/staging_docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Welcome

index-from-pulp-docs.

0 comments on commit 9168e0d

Please sign in to comment.