Cleanup imports

This commit is contained in:
Ryan Jarvis
2020-05-01 11:27:28 -07:00
parent adea82998a
commit 9ebbb439cb
25 changed files with 75 additions and 85 deletions

View File

@@ -1,7 +1,5 @@
import string
import datetime
import mido
import subprocess
class MidiInput(object):
def __init__(self, root, message_handler, display, actions, data):