mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-05 14:11:43 +00:00
Code reordering / cleanup only
This commit is contained in:
@@ -42,7 +42,6 @@ for func, dtype in [(create_rec_simple, simple_dtype), (create_rec_packed, packe
|
||||
else:
|
||||
print_rec_packed(arr)
|
||||
|
||||
|
||||
arr = create_rec_partial(3)
|
||||
print(arr.dtype)
|
||||
partial_dtype = arr.dtype
|
||||
|
||||
Reference in New Issue
Block a user