mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fix metaclass declaration in a Python 3 specific test
GitOrigin-RevId: e73704b5cd261ce617676e5ed5b32f1545265f30
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f2cfa9ea75
commit
882ba4dcdc
+1
-1
@@ -3,5 +3,5 @@ class MyMeta(type):
|
||||
raise RuntimeError
|
||||
|
||||
|
||||
class MyClass(meta=MyMeta):
|
||||
class MyClass(metaclass=MyMeta):
|
||||
attr = 42
|
||||
|
||||
Reference in New Issue
Block a user