Removed stray import. Fixes #125.

This commit is contained in:
Mark Qvist 2022-10-22 01:05:08 +02:00
parent 6d6568852a
commit ed4070a3d1
1 changed files with 0 additions and 1 deletions

View File

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