1
0

Remove tests/utils.py from mypy exclude list

This commit is contained in:
Andrew Morgan
2021-11-15 23:56:57 +00:00
parent 6a91cfc3dc
commit 74302bc097

View File

@@ -142,7 +142,6 @@ exclude = (?x)
|tests/util/test_lrucache.py
|tests/util/test_rwlock.py
|tests/util/test_wheel_timer.py
|tests/utils.py
)$
[mypy-synapse.api.*]