Skip to content

Commit 51600fc

Browse files
skirpichevmaurycy
andauthored
Apply suggestion from @maurycy
Co-authored-by: Maurycy Pawłowski-Wieroński <maurycy@maurycy.com>
1 parent 8a85c8c commit 51600fc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_memoryview.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,6 @@ def test_picklebuffer_reference_loop(self):
932932
self.assertIsNone(wr())
933933

934934
def test_overflows_in_floats(self):
935-
array = import_helper.import_module("array")
936935
half_data = array.array('e', [0.0])
937936
float_data = array.array('f', [0.0])
938937
complex_data = array.array('Zf', [0.0])

0 commit comments

Comments
 (0)