Skip to content

Commit ab3f088

Browse files
committed
fix style
1 parent 30d7d39 commit ab3f088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wfdb/io/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def get_record_list(db_dir, records='all'):
262262
263263
"""
264264
# Full url PhysioNet database
265-
if "/" not in db_dir:
265+
if '/' not in db_dir:
266266
db_url = posixpath.join(config.db_index_url, db_dir, record.get_version(db_dir))
267267
else:
268268
db_url = posixpath.join(config.db_index_url, db_dir)

0 commit comments

Comments
 (0)