From 6dbdda7d8ca6ec696a2fe0d42d510640a37b9f35 Mon Sep 17 00:00:00 2001
From: jneo8 <james.lin@canonical.com>
Date: Mon, 20 Jan 2025 18:21:16 +0800
Subject: [PATCH] build: Remove timeout_decorator from tool.mypy.overrides

---
 sunbeam-python/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sunbeam-python/pyproject.toml b/sunbeam-python/pyproject.toml
index c30b4cbb..7efaf973 100644
--- a/sunbeam-python/pyproject.toml
+++ b/sunbeam-python/pyproject.toml
@@ -100,5 +100,5 @@ min-file-size = 1
 max-complexity = 15
 
 [[tool.mypy.overrides]]
-module = ["watcherclient.*", "timeout_decorator"]
+module = ["watcherclient.*"]
 follow_untyped_imports = true