Skip to content

Commit e1bf931

Browse files
improved line spacing
1 parent cef3963 commit e1bf931

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/python/test_buffer_typed_array.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ def test_entries_next_next_undefined():
360360

361361
# keys
362362

363-
364363
def test_keys_iterator():
365364
items = bytes("abc", "ascii")
366365
result = [7, 8, 9]
@@ -379,7 +378,6 @@ def test_keys_iterator():
379378

380379
# values
381380

382-
383381
def test_values_iterator():
384382
items = bytes("abc", "ascii")
385383
result = [7, 8, 9]

0 commit comments

Comments
 (0)