Skip to content

Commit 526bcc6

Browse files
committed
add comment back
1 parent 8265c7d commit 526bcc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/indexes/datetimelike.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ def _fast_intersect(self, other, sort):
626626
return result
627627

628628
def _can_fast_intersect(self, other: Self) -> bool:
629+
# Note: we only get here with len(self) > 0 and len(other) > 0
629630
if self.freq is None:
630631
return False
631632

0 commit comments

Comments
 (0)