summaryrefslogtreecommitdiff
path: root/decorator_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'decorator_utils.py')
-rw-r--r--decorator_utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/decorator_utils.py b/decorator_utils.py
index 76faec6..e19759f 100644
--- a/decorator_utils.py
+++ b/decorator_utils.py
@@ -435,7 +435,6 @@ def timeout(
use_signals = thread_utils.is_current_thread_main_thread()
def decorate(function):
-
if use_signals:
def handler(signum, frame):