summaryrefslogtreecommitdiff
path: root/heating.py
diff options
context:
space:
mode:
authorroot <root@turin.home>2022-01-16 13:40:19 +0000
committerroot <root@turin.home>2022-01-16 13:40:19 +0000
commitbefb917ec5cbcbb0aaae33c53e6c0b2c4b92afcf (patch)
treec2bcffbd5a831d376218f7b2e92cc4b382e0a43b /heating.py
parent7104802fedc605cb386339733a6162e10da2aabd (diff)
Avoid naming conflict with queue library
Diffstat (limited to 'heating.py')
-rw-r--r--heating.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heating.py b/heating.py
index f21b986..94943cb 100644
--- a/heating.py
+++ b/heating.py
@@ -1,5 +1,5 @@
from abc import ABC, abstractmethod
-from queue import circular_queue
+from circular_queue import circular_queue
import time
import os