From 1179b563ffdc6a68bf1aa42b23f3ace8ede2cc20 Mon Sep 17 00:00:00 2001 From: Lorenzo Gorini Date: Tue, 25 Aug 2020 17:53:14 +0200 Subject: [PATCH] Refactored according to flake8 --- src/pd_extras/dataframe_with_info.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/pd_extras/dataframe_with_info.py b/src/pd_extras/dataframe_with_info.py index c67700e..fc7670c 100644 --- a/src/pd_extras/dataframe_with_info.py +++ b/src/pd_extras/dataframe_with_info.py @@ -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 @@ -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