Skip to content

Commit 9cb15ba

Browse files
committed
fix possible circular import
1 parent 49209fc commit 9cb15ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/electromyogram/plot.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
from matplotlib import pyplot as plt
88
from scipy import interpolate as interp
99

10-
from electromyogram import Scheme
11-
12-
from .schemes import DEFAULT_SIZE_PX
10+
from . import consts
11+
from .schemes import DEFAULT_SIZE_PX, Scheme
1312
from .utils import rel_to_abs
1413

1514
def annotate_locations(

0 commit comments

Comments
 (0)