Skip to content

Commit

Permalink
Reformat with black
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pulpbot committed Apr 21, 2024
1 parent b4fc08a commit 97141bf
Show file tree
Hide file tree
Showing 6 changed files with 6 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_gem/tests/functional/api/test_crud_content_unit.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests that perform actions over content unit."""

import pytest
import uuid

Expand Down
1 change: 1 addition & 0 deletions pulp_gem/tests/functional/api/test_crud_remotes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests that CRUD gem remotes."""

import pytest
import uuid
from random import choice
Expand Down
1 change: 1 addition & 0 deletions pulp_gem/tests/functional/api/test_download_content.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests that verify download of content served by Pulp."""

import pytest
import hashlib
from random import choice
Expand Down
1 change: 1 addition & 0 deletions pulp_gem/tests/functional/api/test_publish.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests that publish gem plugin repositories."""

import pytest
from random import choice

Expand Down
1 change: 1 addition & 0 deletions pulp_gem/tests/functional/api/test_sync.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests that sync gem plugin repositories."""

import pytest

from pulp_gem.tests.functional.constants import (
Expand Down

0 comments on commit 97141bf

Please sign in to comment.