Skip to content
This repository was archived by the owner on Jun 26, 2021. It is now read-only.

Commit 2bee4d4

Browse files
author
Travis AutoPEP8 Fixes
committed
PEP-8 Auto-Fix
1 parent 1584356 commit 2bee4d4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

delira/data_loading/dataset.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,13 @@ class Nii3DLazyDataset(BaseLazyDataset):
583583
"""
584584

585585
@make_deprecated('LoadSample')
586-
def __init__(self, data_path, load_fn, img_files, label_file, **load_kwargs):
586+
def __init__(
587+
self,
588+
data_path,
589+
load_fn,
590+
img_files,
591+
label_file,
592+
**load_kwargs):
587593
"""
588594
Parameters
589595
----------

0 commit comments

Comments
 (0)