mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-08 23:13:17 -04:00
Clean up importlib imports
This commit is contained in:
parent
f8925eaed1
commit
f9d42082a2
12 changed files with 14 additions and 14 deletions
|
@ -63,7 +63,7 @@ class KISSInterface(Interface):
|
|||
serial = None
|
||||
|
||||
def __init__(self, owner, configuration):
|
||||
import importlib
|
||||
import importlib.util
|
||||
if RNS.vendor.platformutils.is_android():
|
||||
self.on_android = True
|
||||
if importlib.util.find_spec('usbserial4a') != None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue