Skip to content

Commit 0761ba2

Browse files
committed
remove breakpoint
1 parent 0e3fcfd commit 0761ba2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/series.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,6 @@ def __getitem__(self, key):
910910
elif key_is_scalar:
911911
return self._get_value(key)
912912

913-
breakpoint()
914913
if is_hashable(key):
915914
# Otherwise index.get_value will raise InvalidIndexError
916915
try:

0 commit comments

Comments
 (0)