Skip to content

Commit

Permalink
Refactored according to flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenz-gorini authored and alessiamarcolini committed Aug 28, 2020
1 parent 1450536 commit 1179b56
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/pd_extras/dataframe_with_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
import sklearn
from joblib import Parallel, delayed

from .exceptions import (
MultipleObjectsInFileError,
MultipleOperationsFoundError,
NotShelveFileError,
)
from .exceptions import MultipleObjectsInFileError, MultipleOperationsFoundError, NotShelveFileError
from .feature_enum import EncodingFunctions, OperationTypeEnum
from .settings import CATEG_COL_THRESHOLD

Expand Down Expand Up @@ -784,7 +780,7 @@ def show_columns_type(self, col_list: Tuple[str] = None) -> None:
- bool -> "bool_col"
- str -> "string_col"
- other types -> "other_col"
Parameters
----------
col_list: Tuple[str], optional
Expand Down

0 comments on commit 1179b56

Please sign in to comment.