-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
F811 (redefinition of unused variable) incorrectly triggered with @overload decorator #434
Comments
can confirm, thanks for the report -- one of these is easy to fix -- trying to figure out the other one right now 👍 |
@asottile Can confirm the fix :) Thanks for the fast response |
I think it ends up not mattering, since you won't ever be calling the probably a bug that pycharm reports that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This bug was fixed for functions in #320. It still occurs if the function is inside a class and/or has multiple decorators (e.g. @staticmethod, @classmethod):
The text was updated successfully, but these errors were encountered: