Skip to content

Commit

Permalink
fix possible circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
Timozen committed Sep 27, 2023
1 parent 49209fc commit 9cb15ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/electromyogram/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
from matplotlib import pyplot as plt
from scipy import interpolate as interp

from electromyogram import Scheme

from .schemes import DEFAULT_SIZE_PX
from . import consts
from .schemes import DEFAULT_SIZE_PX, Scheme
from .utils import rel_to_abs

def annotate_locations(
Expand Down

0 comments on commit 9cb15ba

Please sign in to comment.