Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
CI: Fix outstanding pre-commit violations
Browse files Browse the repository at this point in the history
  • Loading branch information
mawildoer committed Sep 9, 2024
1 parent de148c3 commit 71f0189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/faebryk/core/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def setup_field(name, obj):
raise FieldConstructionError(
self,
name,
f"An exception occurred while constructing field \"{name}\"",
f'An exception occurred while constructing field "{name}"',
) from e

nonrt, rt = partition(lambda x: isinstance(x[1], rt_field), clsfields.items())
Expand Down

0 comments on commit 71f0189

Please sign in to comment.