Skip to content

Commit ec92282

Browse files
committed
fix import
1 parent afb0b63 commit ec92282

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/daniel_chin_python_alt_stdlib/play_midi.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
'''
44

55
from __future__ import annotations
6-
76
import typing as tp
87
import time
98

109
import mido
11-
from myfile import sysArgvOrInput
12-
from interactive import inputChin
10+
11+
from .myfile import sysArgvOrInput
12+
from .interactive import inputChin
1313

1414
def any2zero(x: int): # an example channel remap
1515
return 0

0 commit comments

Comments
 (0)