chore: remove unnecessary deps (#15787)

* chore: remove unneeded deps

* fix lint

* Run compile
This commit is contained in:
Beto Dealmeida
2021-07-21 16:53:45 -07:00
committed by GitHub
parent e66db63333
commit 3441182630
11 changed files with 91 additions and 57 deletions

View File

@@ -316,7 +316,7 @@ generated-members=
# List of decorators that produce context managers, such as
# contextlib.contextmanager. Add to this list to register other decorators that
# produce valid context managers.
contextmanager-decorators=contextlib.contextmanager,contextlib2.contextmanager
contextmanager-decorators=contextlib.contextmanager
[VARIABLES]