Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 1, 2024
1 parent 664eb55 commit 1c601b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoomd_validation/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def add_action(cls, name, action):
raise ValueError(message)

if 'products' not in action._configuration:
warnings.warn(f"Action {name} is missing products.", stacklevel=2)
warnings.warn(f'Action {name} is missing products.', stacklevel=2)

cls._actions[name] = action

Expand Down

0 comments on commit 1c601b3

Please sign in to comment.