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

Use functools.wraps instead of decorator #766

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Feb 8, 2022

  1. Use functools.wraps instead of decorator

    Signed-off-by: Yury Pliner <[email protected]>
    Pliner committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    0ab483c View commit details
    Browse the repository at this point in the history
  2. Ignore mypy

    python/mypy#1927
    Signed-off-by: Yury Pliner <[email protected]>
    Pliner committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    d7183b9 View commit details
    Browse the repository at this point in the history
  3. Revert typing

    Signed-off-by: Yury Pliner <[email protected]>
    Pliner committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    dfcb7b2 View commit details
    Browse the repository at this point in the history
  4. Remove decorator from mypy.ini

    Signed-off-by: Yury Pliner <[email protected]>
    Pliner committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    fe2a233 View commit details
    Browse the repository at this point in the history
  5. Remove links to decorator.py

    Signed-off-by: Yury Pliner <[email protected]>
    Pliner committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    938b988 View commit details
    Browse the repository at this point in the history