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

Commit

Permalink
PEP-8 Auto-Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis AutoPEP8 Fixes committed Oct 7, 2019
1 parent 88b1e2a commit 90bd460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions delira/data_loading/data_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class defining the sampling strategy
self.data = data

if not (inspect.isclass(sampler_cls) and issubclass(sampler_cls,
AbstractSampler)):
AbstractSampler)):
raise TypeError

self.sampler_cls = sampler_cls
Expand Down Expand Up @@ -303,7 +303,7 @@ def transforms(self, new_transforms):
"""

if new_transforms is not None and not isinstance(
new_transforms, AbstractTransform):
new_transforms, AbstractTransform):
raise TypeError

self._transforms = new_transforms
Expand Down

0 comments on commit 90bd460

Please sign in to comment.