Skip to content

Commit 65e8ffb

Browse files
committed
Adding a few type annotations
1 parent 359b4c9 commit 65e8ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoPyTorch/data/tabular_feature_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
def _create_column_transformer(
2424
preprocessors: Dict[str, List[BaseEstimator]],
2525
numerical_columns: List[str],
26-
categorical_columns: List[str]
26+
categorical_columns: List[str],
2727
) -> ColumnTransformer:
2828
"""
2929
Given a dictionary of preprocessors, this function

0 commit comments

Comments
 (0)