Skip to content

Commit

Permalink
use local imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesa08 committed Aug 26, 2022
1 parent 9307161 commit e41fc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIDIAnimator/ui/panels.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import annotations
from MIDIAnimator.utils import convertNoteNumbers, typeOfNoteNumber, noteToName
from .. utils import convertNoteNumbers, typeOfNoteNumber, noteToName
from ast import literal_eval
import bpy

Expand Down

0 comments on commit e41fc33

Please sign in to comment.