Update __main__.py

remove redundant import
This commit is contained in:
onyx-and-iris 2022-04-21 15:40:36 +01:00
parent bf9b72f31f
commit 68b1907147

View File

@ -1,5 +1,4 @@
import mair import mair
from time import sleep
def main(): def main():
with mair.connect(kind_id, ip=ip) as mixer: with mair.connect(kind_id, ip=ip) as mixer: