Update pylint to 2.13.0 (#68656)

This commit is contained in:
Marc Mueller 2022-03-25 23:14:48 +01:00 committed by GitHub
parent 225f7a989b
commit 53245c6523
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 53 additions and 55 deletions

View file

@ -3,7 +3,6 @@
import asyncio
import logging
# pylint: disable-next=deprecated-typing-alias
# Issue with Python 3.9.0 and 3.9.1 with collections.abc.Callable
# https://bugs.python.org/issue42965
from typing import Any, Callable, NamedTuple, Optional