Skip to content

Commit 6df4c6f

Browse files
committed
Remove download import
1 parent 6053b90 commit 6df4c6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

wfdb/io/_header.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import datetime
22
import os
33
import re
4-
from typing import List, Optional, Tuple
4+
from typing import List, Tuple
55

66
import numpy as np
77
import pandas as pd
88

9-
from wfdb.io import download
109
from wfdb.io import _signal
1110

1211

0 commit comments

Comments
 (0)