Skip to content

Commit 8d654ca

Browse files
authored
CLN: remove unused int_block (#32695)
1 parent f676a21 commit 8d654ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/internals/test_internals.py

-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ def setup_method(self, method):
207207
self.cblock = create_block("complex", [7])
208208
self.oblock = create_block("object", [1, 3])
209209
self.bool_block = create_block("bool", [5])
210-
self.int_block = create_block("int", [6])
211210

212211
def test_constructor(self):
213212
int32block = create_block("i4", [0])

0 commit comments

Comments
 (0)