import asynccontextmanager from context lib and remove async_generator dep

This commit is contained in:
pacrob
2024-04-27 09:59:06 -06:00
committed by Paul Robinson
parent 8dda7b933e
commit 827d16b106
8 changed files with 16 additions and 18 deletions

View File

@ -49,7 +49,6 @@ repos:
- id: mypy
additional_dependencies:
- mypy-protobuf
# exclude: 'tests/|crypto/|identity/|pubsub/|insecure/|noise/|security/'
exclude: 'tests/'
- repo: local
hooks: