Skip to content

Commit 8a237ed

Browse files
committed
remove empty lines
1 parent c285698 commit 8a237ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/core/sorting.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ def get_indexer_indexer(
8787
# error: Incompatible types in assignment (expression has type
8888
# "Union[ExtensionArray, ndarray[Any, Any], Index, Series]", variable has
8989
# type "Index")
90-
9190
target = ensure_key_mapped(target, key, levels=level) # type: ignore[assignment]
92-
9391
target = target._sort_levels_monotonic()
9492

9593
if level is not None:

0 commit comments

Comments
 (0)