Replies: 2 comments
-
it might be related to the equal signs. sometimes in python it gives you a syntax error if you use "=" instead of "==" in your code. try using the double equals signs instead of the single one. i see that this post is a bit more than a month old, so idk if you haven't debugged it yet. hope this helps :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
A method/function call cannot contain type annotations. Type annotations are only allowed in method/function declarations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why do I get this?
ezdxf.path.rect(width: float = 1, height: float = 1, transform: Matrix44 = None)
^
SyntaxError: invalid syntax
Beta Was this translation helpful? Give feedback.
All reactions