Skip to content

Commit 8930f1c

Browse files
committed
reformat for compatibility with black
1 parent d72ccd7 commit 8930f1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

wfdb/io/record.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,9 @@ def rdheader(record_name, pn_dir=None, rd_segments=False):
18281828
dir_name = os.path.abspath(dir_name)
18291829

18301830
# If this is a cloud path we leave it as is
1831-
if (pn_dir is not None) and any(pn_dir.startswith(proto) for proto in download.CLOUD_PROTOCOLS):
1831+
if (pn_dir is not None) and any(
1832+
pn_dir.startswith(proto) for proto in download.CLOUD_PROTOCOLS
1833+
):
18321834
pass
18331835
# If it isn't a cloud path, construct the download path using the database version
18341836
elif (pn_dir is not None) and ("." not in pn_dir):

0 commit comments

Comments
 (0)