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

Merge branch 'master' into develop

parents 38e4e525 6ec7d651
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ class TestMetaclasses(unittest.TestCase): ...@@ -33,7 +33,7 @@ class TestMetaclasses(unittest.TestCase):
"""my docstring""" """my docstring"""
class Child(Father, metaclass=DocsFromParent): class Child(Father, metaclass=DocsFromParent):
a: int = 2 a = 2
def test(self): def test(self):
pass 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