Skip to content

Commit 83cd360

Browse files
committed
linting improvement
1 parent 30be004 commit 83cd360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7650,7 +7650,7 @@ def between_time(
76507650
raise TypeError("Index must be DatetimeIndex")
76517651

76527652
# if depreciated arguments ('include_start', 'include_end') have been passed
7653-
if (include_start != 'bool_t') or (include_start != 'bool_t'):
7653+
if (include_start != 'bool_t') or (include_start != 'bool_t'):
76547654
warnings.warn(
76557655
"`include_start` and `include_end` are deprecated in"
76567656
"favour of `inclusive`.",

0 commit comments

Comments
 (0)