Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit eedf152

Browse files
committed
Revert relative imports.
1 parent 8ed06fb commit eedf152

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

biosppy/signals/emg.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@
1717
import numpy as np
1818

1919
# local
20-
# from . import tools as st
21-
from biosppy.signals import tools as st
22-
# from .. import plotting, utils
23-
from biosppy import plotting, utils
20+
from . import tools as st
21+
from .. import plotting, utils
2422

2523

2624
def emg(signal=None, sampling_rate=1000., show=True):

0 commit comments

Comments
 (0)