Skip to content

Commit 08692fa

Browse files
committed
old code format fix
1 parent 6438c19 commit 08692fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

luigi_pipeline/tests/model/test_seqr_mt_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,6 @@ def test_samples_ab(self):
227227
self.assertEqual(row[name], samples)
228228

229229
for i in range(start, end, step):
230-
name = 'samples_ab.%i_to_%i' % (i, i + step) # noqa: UP031
230+
name = 'samples_ab.%i_to_%i' % (i, i + step) # noqa: UP031
231231
if name not in non_empty:
232232
self.assertEqual(row[name], set())

0 commit comments

Comments
 (0)