Skip to content

Commit a45e143

Browse files
author
Benjamin Moody
committed
wfdb.io._coreio: add missing 'from wfdb.io.download import config'.
1 parent 4b46834 commit a45e143

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wfdb/io/_coreio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import posixpath
22

33
from wfdb.io import _url
4+
from wfdb.io.download import config
45

56

67
def _open_file(

0 commit comments

Comments
 (0)