Skip to content

Commit 9f71425

Browse files
author
Paul Sokolovsky
committed
umqtt.simple: Remove unused import.
1 parent d70abbe commit 9f71425

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

umqtt.simple/umqtt/simple.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import usocket as socket
22
import ustruct as struct
33
from ubinascii import hexlify
4-
import time
54

65
class MQTTException(Exception):
76
pass

0 commit comments

Comments
 (0)