Skip to content

Commit ab67884

Browse files
Lint Fixed
1 parent d784203 commit ab67884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_ctypes/test_arrays.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def test_ctypes_array_class_assignment_structs(self):
184184
class S1(Structure):
185185
_fields_ = [("x", c_int)]
186186
A = S1 * 2
187-
B = S1 * 2
187+
B = S1 * 2
188188
a = A()
189189
a.__class__ = B
190190

0 commit comments

Comments
 (0)