Skip to content

Commit

Permalink
Fix style check again
Browse files Browse the repository at this point in the history
  • Loading branch information
ttnghia committed Mar 16, 2021
1 parent dafda23 commit 1b2187e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/cudf/cudf/core/column/string.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@
from cudf._lib.strings.convert.convert_integers import (
is_integer as cpp_is_integer,
)
from cudf._lib.strings.convert.convert_floats import (
is_float as cpp_is_float,
)
from cudf._lib.strings.convert.convert_floats import is_float as cpp_is_float
from cudf._lib.strings.combine import (
concatenate as cpp_concatenate,
join as cpp_join,
Expand Down

0 comments on commit 1b2187e

Please sign in to comment.