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 Sep 27, 2024
1 parent 63fe060 commit 57fd119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_pluginmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_register_skips_properties(he_pm: PluginManager) -> None:
class A:
@property
def some_func(self):
property_was_executed = True
pass

Check warning on line 132 in testing/test_pluginmanager.py

View check run for this annotation

Codecov / codecov/patch

testing/test_pluginmanager.py#L132

Added line #L132 was not covered by tests

a = A()
he_pm.register(a)
Expand Down

0 comments on commit 57fd119

Please sign in to comment.