Skip to content

Commit f034f0d

Browse files
committed
Remove unused import
1 parent 92084cb commit f034f0d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

_old/hil.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import os
33
import signal
44
import sys
5-
# import time
65
from hil.pin_mapper import PinMapper
76
from hil.hil_devices.hil_device import HilDevice
87
from hil.hil_devices.serial_manager import SerialManager

hil/communication/can_bus.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import time
1414
import threading
1515
import numpy as np
16-
# import math
1716

1817
CAN_READ_TIMEOUT_S = 1.0
1918

0 commit comments

Comments
 (0)