Skip to content

Commit

Permalink
blank lines are ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
hblankenship committed Nov 15, 2024
1 parent a196323 commit c493008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dojo/api_v2/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1705,6 +1705,7 @@ def process_patch(self: object, data: dict):
msg = f"Metadata {metadata.get('name')} not found for object."
raise ValidationError(msg)


@extend_schema_view(**schema_with_prefetch())
class ProductViewSet(
prefetch.PrefetchListMixin,
Expand Down

0 comments on commit c493008

Please sign in to comment.