mirror of
https://github.com/meshtastic/python.git
synced 2026-05-19 22:10:24 -04:00
make pylint happy with import order
This commit is contained in:
@@ -4,10 +4,10 @@ import logging
|
||||
import platform
|
||||
import time
|
||||
|
||||
import serial # type: ignore[import-untyped]
|
||||
|
||||
from typing import Optional
|
||||
|
||||
import serial # type: ignore[import-untyped]
|
||||
|
||||
import meshtastic.util
|
||||
from meshtastic.stream_interface import StreamInterface
|
||||
|
||||
|
||||
Reference in New Issue
Block a user