Skip to content

Commit

Permalink
STYLE: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Jan 25, 2021
1 parent ad9a459 commit 844e4b4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/sklearndf/_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1186,11 +1186,7 @@ def _mirror_attributes(

for name, member in vars(native_estimator).items():

if (
member is None
or name.startswith("_")
or name in inherit_from_base_wrapper
):
if member is None or name.startswith("_") or name in inherit_from_base_wrapper:
continue

alias = _make_alias(
Expand Down

0 comments on commit 844e4b4

Please # to comment.