Skip to content

Commit 57fd119

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 63fe060 commit 57fd119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_pluginmanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def test_register_skips_properties(he_pm: PluginManager) -> None:
129129
class A:
130130
@property
131131
def some_func(self):
132-
property_was_executed = True
132+
pass
133133

134134
a = A()
135135
he_pm.register(a)

0 commit comments

Comments
 (0)