summaryrefslogtreecommitdiff
path: root/tests/internals/pluginfactory
diff options
context:
space:
mode:
Diffstat (limited to 'tests/internals/pluginfactory')
-rw-r--r--tests/internals/pluginfactory/wrongtype/foo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/internals/pluginfactory/wrongtype/foo.py b/tests/internals/pluginfactory/wrongtype/foo.py
index 3fe9a1a62..37d9f6bfe 100644
--- a/tests/internals/pluginfactory/wrongtype/foo.py
+++ b/tests/internals/pluginfactory/wrongtype/foo.py
@@ -4,7 +4,7 @@
# This one fails the requirement
-class Foo():
+class Foo:
pass