From 74302bc0976a018ce4557608f166fa31224f7152 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 15 Nov 2021 23:56:57 +0000 Subject: [PATCH] Remove tests/utils.py from mypy exclude list --- mypy.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/mypy.ini b/mypy.ini index b2953974ea..a31aff0585 100644 --- a/mypy.ini +++ b/mypy.ini @@ -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.*]