Skip to content

Commit 48e9331

Browse files
committed
Overlength line
1 parent d50ce72 commit 48e9331

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

runusb/__main__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727

2828
try:
2929
from logger_extras import MQTTHandler # type: ignore[attr-defined]
30-
from paho.mqtt.client import \
31-
Client as MQTTClient # type: ignore[import-untyped,unused-ignore]
30+
from paho.mqtt.client import Client as MQTTClient # type: ignore[import-untyped,unused-ignore] # noqa: E501
3231
except ImportError:
3332
MQTTHandler = None
3433

0 commit comments

Comments
 (0)