Skip to content

Commit 9ec5990

Browse files
committed
Make linter happy
1 parent 3ae6818 commit 9ec5990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/multiprocessing/sharedctypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def _new_value(type_):
4242
except TypeError as e:
4343
raise TypeError("bad typecode (must be a ctypes type or one of "
4444
"c, b, B, u, h, H, i, I, l, L, q, Q, f or d)") from e
45-
45+
4646
wrapper = heap.BufferWrapper(size)
4747
return rebuild_ctype(type_, wrapper, None)
4848

0 commit comments

Comments
 (0)