Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 21, 2022
1 parent 3a9eb05 commit 1e16b36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion astroid/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ def deprecate_arguments(
def deco(func: Callable[_P, _R]) -> Callable[_P, _R]:
@functools.wraps(func)
def wrapper(*args: _P.args, **kwargs: _P.kwargs) -> _R:

keys = list(inspect.signature(func).parameters.keys())
for arg, note in arguments.items():
try:
Expand Down

0 comments on commit 1e16b36

Please sign in to comment.