Moving smart lights into smart_home to prepare for adding
[python_utils.git] / decorator_utils.py
index 76faec6f7be2e8d52f3ed9c7e05e1dc6048d666b..e19759f92a5e5b06ea425c2a0755d96ea783a7af 100644 (file)
@@ -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):