Skip to content

Commit

Permalink
Reformat with black
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pulpbot authored and lubosmj committed Apr 15, 2024
1 parent 8bf92a7 commit 2ae0f9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ci/scripts/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
But some pulp paths start with curly brackets e.g. {artifact_href}
This script modifies drf-spectacular schema validation to accept slashes and curly brackets.
"""

import json
from drf_spectacular.validation import JSON_SCHEMA_SPEC_PATH

Expand Down
1 change: 1 addition & 0 deletions pulp_ostree/tests/functional/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Constants for Pulp Ostree plugin tests."""

from urllib.parse import urljoin

from pulp_smash.constants import PULP_FIXTURES_BASE_URL
Expand Down
1 change: 1 addition & 0 deletions pulp_ostree/tests/functional/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Utilities for tests for the ostree plugin."""

import subprocess

from functools import partial
Expand Down

0 comments on commit 2ae0f9b

Please sign in to comment.