Skip to content
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

None annotation for __init__ constructors/functions #186

Merged
merged 1 commit into from Jun 1, 2022
Merged

None annotation for __init__ constructors/functions #186

merged 1 commit into from Jun 1, 2022

Commits on Jun 1, 2022

  1. Added None annotation to __init__ constructors

    Everywhere there was a class declaration and a __init__ function
    defined for that class, I added `None` as an `annotation` to it.
    
    Reason: https://peps.python.org/pep-0484/#the-meaning-of-annotations
    ShobanChiddarth committed Jun 1, 2022
    Copy the full SHA
    1470440 View commit details
    Browse the repository at this point in the history