Mute flake8 errors in async provider examples

This commit is contained in:
Roman Mogylatov 2021-01-10 19:10:39 -05:00
parent c42bac1d74
commit 8f10f2b18e

View File

@ -4,6 +4,8 @@ max_complexity = 10
exclude = types.py
per-file-ignores =
examples/demo/*: F841
examples/providers/async.py: F841
examples/providers/async_overriding.py: F841
examples/wiring/*: F841
[pydocstyle]