removed unnecessary imports

This commit is contained in:
Florent 2025-03-23 09:16:00 +01:00
parent 184ee40bbf
commit 2c41011fd3
2 changed files with 1 additions and 8 deletions

View file

@ -3,7 +3,6 @@
mccli.py : CLI interface to MeschCore BLE companion app
"""
import asyncio
import serial_asyncio
import os
import sys
import getopt