Removed stray import. Fixes #125.

pull/154/head
Mark Qvist 2022-10-22 01:05:08 +02:00
rodzic 6d6568852a
commit ed4070a3d1
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -34,7 +34,6 @@ if get_platform() == "android":
from .Interfaces.Android import KISSInterface
else:
from .Interfaces import *
from .Interfaces.Android import *
from .vendor.configobj import ConfigObj
import configparser