Skip to content
Snippets Groups Projects
Commit 6ec7d651 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix tests

parent a2d62d3f
No related branches found
Tags v2.9.10
No related merge requests found
......@@ -33,7 +33,7 @@ class TestMetaclasses(unittest.TestCase):
"""my docstring"""
class Child(Father, metaclass=DocsFromParent):
a: int = 2
a = 2
def test(self):
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment