Skip to content

Commit 8e908d8

Browse files
committed
lint
1 parent d71f5b4 commit 8e908d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/bool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __init__(self, values, copy=False):
7171
values = pa.chunked_array([values])
7272
assert values.type == pa.bool_()
7373
if copy:
74-
values = values.copy()
74+
values = values.copy()
7575

7676
self._data = values
7777
self._dtype = ArrowBoolDtype()

0 commit comments

Comments
 (0)