remove decode_temp broken import

This commit is contained in:
Oskar Weigl
2018-07-01 13:55:38 -07:00
parent eb07260c3e
commit 7941f2c05b
+1 -1
View File
@@ -15,7 +15,7 @@ sys.path.insert(0, os.path.join(os.path.dirname(os.path.dirname(
import fibre.discovery
from fibre import Logger, Event
import odrive
from odrive.utils import OperationAbortedException, decode_temp
from odrive.utils import OperationAbortedException
from odrive.configuration import *
# Flush stdout by default