change(esp_prov): remove future usage

drop python2 support for esp_prov
This commit is contained in:
Chen Yudong
2023-07-19 14:45:01 +08:00
parent 1b6ef8a812
commit 2ffc5ac6e6
4 changed files with 6 additions and 16 deletions
-4
View File
@@ -146,10 +146,6 @@ disable=print-statement,
invalid-name,
too-few-public-methods,
too-many-locals,
bad-super-call, # since we still haven't drop python2 support
too-many-nested-blocks,
too-many-branches,
too-many-statements,
ungrouped-imports, # since we have isort in pre-commit
no-name-in-module, # since we have flake8 to check this
too-many-instance-attributes,