Skip to content

Commit 4238267

Browse files
committed
flake8
1 parent 948f5ba commit 4238267

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/trove/derive/test_osfmap_json.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,16 +542,18 @@
542542
},
543543
}
544544

545+
545546
class TestOsfmapJsonDeriver(BaseIndexcardDeriverTest):
546547
deriver_class = OsfmapJsonDeriver
547548
expected_outputs = expected_outputs
549+
548550
def assert_outputs_equal(self, expected, actual):
549551
self.assertEqual(expected, json.loads(actual))
550552

551553

552554
class TestIndexcardJsonDeriver(BaseIndexcardDeriverTest):
553555
deriver_class = IndexcardJsonDeriver
554556
expected_outputs = expected_outputs
557+
555558
def assert_outputs_equal(self, expected, actual):
556559
self.assertEqual(expected, json.loads(actual))
557-

0 commit comments

Comments
 (0)