Skip to content

Commit

Permalink
[#13] apply black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonny Bakker committed Sep 17, 2024
1 parent 85487eb commit 38ce57b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions src/objecttypes/tests/v2/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ def test_filter_public_data(self):
object_type_1 = ObjectTypeFactory.create(
data_classification=DataClassificationChoices.open
)
ObjectTypeFactory.create(
data_classification=DataClassificationChoices.intern
)
ObjectTypeFactory.create(data_classification=DataClassificationChoices.intern)

response = self.client.get(
self.url, {"dataClassification": DataClassificationChoices.open}
Expand Down
5 changes: 1 addition & 4 deletions src/objecttypes/utils/oas_extensions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
from .fields import HyperlinkedIdentityFieldExtension
from .query import DjangoFilterExtension

__all__ = [
"HyperlinkedIdentityFieldExtension",
"DjangoFilterExtension"
]
__all__ = ["HyperlinkedIdentityFieldExtension", "DjangoFilterExtension"]

0 comments on commit 38ce57b

Please sign in to comment.