Skip to content

Commit 9f7a99a

Browse files
authored
Update utils.py
1 parent a24b93d commit 9f7a99a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

catpred/data/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def get_data(path: str,
400400
if protein_records_path is None:
401401
protein_records = None
402402
else:
403-
with gzip.open(protein_records_path, 'rt', encoding='utf-8') as f:
403+
with gzip.open(protein_records_path, "rt", encoding="utf-8") as f:
404404
protein_records = json.load(f)
405405

406406
if args is not None:

0 commit comments

Comments
 (0)