diff options
Diffstat (limited to 'klippy/extras/heaters.py')
-rw-r--r-- | klippy/extras/heaters.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/klippy/extras/heaters.py b/klippy/extras/heaters.py index ce06955e..f188bd23 100644 --- a/klippy/extras/heaters.py +++ b/klippy/extras/heaters.py @@ -3,8 +3,9 @@ # Copyright (C) 2016-2025 Kevin O'Connor <kevin@koconnor.net> # # This file may be distributed under the terms of the GNU GPLv3 license. -import os, logging, threading - +import logging +import os +import threading ###################################################################### # Heater |