diff options
| author | root <root@turin.home> | 2022-01-16 13:40:19 +0000 |
|---|---|---|
| committer | root <root@turin.home> | 2022-01-16 13:40:19 +0000 |
| commit | befb917ec5cbcbb0aaae33c53e6c0b2c4b92afcf (patch) | |
| tree | c2bcffbd5a831d376218f7b2e92cc4b382e0a43b /heating.py | |
| parent | 7104802fedc605cb386339733a6162e10da2aabd (diff) | |
Avoid naming conflict with queue library
Diffstat (limited to 'heating.py')
| -rw-r--r-- | heating.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ from abc import ABC, abstractmethod -from queue import circular_queue +from circular_queue import circular_queue import time import os |
