Skip to content

Commit 4f838b6

Browse files
committed
Formatting fixes
1 parent a6a6dbf commit 4f838b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/generic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8024,7 +8024,8 @@ def asof(self, where, subset=None):
80248024
np.nan, index=self.columns, name=where[0]
80258025
)
80268026

8027-
# error: Unsupported operand type for ~ ("ExtensionArray | ndarray[Any, Any] | Any")
8027+
# error: Unsupported operand type for
8028+
# ~ ("ExtensionArray | ndarray[Any, Any] | Any")
80288029
locs = self.index.asof_locs(where, ~nulls._values) # type: ignore[operator]
80298030

80308031
# mask the missing

0 commit comments

Comments
 (0)