Skip to content

Commit 0457e2d

Browse files
author
Benjamin Moody
committed
Merge pull request #395 into main
Add missing imports in _coreio.py.
2 parents 78a1a86 + a45e143 commit 0457e2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wfdb/io/_coreio.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
import posixpath
2+
13
from wfdb.io import _url
4+
from wfdb.io.download import config
25

36

47
def _open_file(

0 commit comments

Comments
 (0)