Skip to content

Commit

Permalink
chore: flake8/mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
keithmanville committed Dec 13, 2024
1 parent 9ba12f4 commit d408837
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/dioptra/restapi/v1/entrypoints/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ class EntrypointPluginSchema(Schema):
)
latestSnapshot = fields.Boolean(
attribute="latest_snapshot",
metadata=dict(
description=f"Whether or not the Plugin is the latest version."
),
metadata=dict(description="Whether or not the Plugin is the latest version."),
)
url = fields.Url(
attribute="url",
Expand Down

0 comments on commit d408837

Please sign in to comment.