Skip to content

Commit 03e3b95

Browse files
committed
Remove unused import
1 parent 8a4fb72 commit 03e3b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc8pr/robot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# along with "sc8pr". If not, see <http://www.gnu.org/licenses/>.
1717

1818

19-
from time import sleep, time
19+
from time import sleep
2020
from threading import Thread
2121
from sys import stderr
2222
from math import hypot, cos

0 commit comments

Comments
 (0)