Skip to content

Commit a2ffcc2

Browse files
committed
code style
1 parent b7fa0e6 commit a2ffcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_small_cases.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def test_wmap_iterator(small_allocator):
103103
assert any(ftw['from'] is None and ftw['to'] == 0 for ftw in wmap)
104104
assert any(ftw['from'] is None and ftw['to'] is None for ftw in wmap)
105105

106+
106107
def test_wmap_getitem(small_wmap):
107108
assert {'from': 'a', 'to': 0, 'weight': 1} in small_wmap['a']
108109
assert len(small_wmap['a']) == 2
@@ -119,7 +120,6 @@ def test_wmap_getitem(small_wmap):
119120
small_wmap[0]
120121

121122

122-
123123
def test_init_allocation_weight(small_allocator):
124124
sources = small_allocator.sources
125125
allocation = small_allocator.init_allocation()

0 commit comments

Comments
 (0)