From 6cf1d61b80d02937dbca9025c1922568d42a8c73 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 1 Feb 2022 20:14:13 -0800 Subject: More mypy cleanup... ugh. --- thread_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread_utils.py') diff --git a/thread_utils.py b/thread_utils.py index 51078a4..6035b09 100644 --- a/thread_utils.py +++ b/thread_utils.py @@ -110,7 +110,7 @@ def background_thread( return inner_wrapper if _funct is None: - return wrapper + return wrapper # type: ignore else: return wrapper(_funct) -- cgit v1.3