Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Oct 9, 2023
1 parent 4424ce1 commit 48782c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions willow/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,7 @@ def get_image_classes(self, with_operation=None, available=None):

if not image_classes:
raise UnrecognisedOperationError(
"Could not find image class with the '{}' operation".format(
with_operation
)
f"Could not find image class with the '{with_operation}' operation"
)

if available:
Expand Down

0 comments on commit 48782c4

Please sign in to comment.