diff --git a/evalml/tests/utils_tests/test_nullable_type_utils.py b/evalml/tests/utils_tests/test_nullable_type_utils.py index 042a7a3490..b3b8760cc8 100644 --- a/evalml/tests/utils_tests/test_nullable_type_utils.py +++ b/evalml/tests/utils_tests/test_nullable_type_utils.py @@ -1,5 +1,9 @@ import pytest -from woodwork.logical_types import AgeNullable, BooleanNullable, IntegerNullable +from woodwork.logical_types import ( + AgeNullable, + BooleanNullable, + IntegerNullable, +) from evalml.utils import ( _determine_downcast_type, @@ -195,6 +199,7 @@ def test_downcast_nullable_y_replaces_nullable_types( nullable_ltype, has_nans, ): + # --> remove this comment y = nullable_type_target(ltype=nullable_ltype, has_nans=has_nans) y_d = _downcast_nullable_y(