Skip to content

Commit 0651991

Browse files
committed
reformat with black package
1 parent ec8f0c6 commit 0651991

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

wfdb/io/_coreio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# Cloud protocols
1010
CLOUD_PROTOCOLS = ["az://", "azureml://", "s3://", "gs://"]
1111

12+
1213
def _open_file(
1314
pn_dir,
1415
file_name,

wfdb/io/annotation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from wfdb.io import util
1414
from wfdb.io._coreio import CLOUD_PROTOCOLS
1515

16+
1617
class Annotation(object):
1718
"""
1819
The class representing WFDB annotations.

wfdb/io/record.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
"vtip": "mV",
158158
}
159159

160+
160161
class BaseRecord(object):
161162
"""
162163
The base WFDB class extended by the Record and MultiRecord classes.

0 commit comments

Comments
 (0)