[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2022-11-16 14:53:11 +00:00
parent 5a5e0118b8
commit 865d5f7646
22 changed files with 3 additions and 40 deletions

View File

@@ -776,8 +776,6 @@ def _deprecated_method(old_name, new_name, version):
return deprecated
import types
# deprecate white/blacklist method names
for _old_name, _new_name, _version in [
("check_whitelist", "check_allowed", "1.2"),