Commit 0bb4df63 authored by Tom Niget's avatar Tom Niget

Fix handling of AnnotationName in ast.unparse

parent d0d0552a
......@@ -36,7 +36,7 @@ class PlainBlock(ast.stmt):
@dataclass
class AnnotationName:
class AnnotationName(ast.AST):
inner: "transpiler.phases.typing.types.BaseType"
@property
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment