setup.py: Remove unnecessary imports

Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
Hector Martin 2021-05-01 19:04:01 +09:00
parent 63366e43d2
commit 4547773edf

View file

@ -1,4 +1,4 @@
import serial, os, struct, sys, time import os, struct, sys, time
from proxy import * from proxy import *
from tgtypes import * from tgtypes import *
from proxyutils import * from proxyutils import *