summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-11-19 00:47:53 +0000
committerYu Shao, Pang <p.yushao2@gmail.com>2021-11-29 00:26:17 +0800
commit0ec1975633107a1fef6531532bbbfb38776a44d6 (patch)
tree2769a0b7ec5414d8270547e110f406534e4e201d
parent507c5024840f965d0ec0c3859c97ab20ed9cf48b (diff)
downloadpylint-git-0ec1975633107a1fef6531532bbbfb38776a44d6.tar.gz
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
-rw-r--r--pylint/checkers/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pylint/checkers/utils.py b/pylint/checkers/utils.py
index 72f31165d..c0bbe918e 100644
--- a/pylint/checkers/utils.py
+++ b/pylint/checkers/utils.py
@@ -284,7 +284,6 @@ SUBSCRIPTABLE_CLASSES_PEP585 = frozenset(
T_Node = TypeVar("T_Node", bound=nodes.NodeNG)
-
class NoSuchArgumentError(Exception):
pass