Skip to content
Snippets Groups Projects
Commit 4f5b73fc authored by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion ♻️
Browse files

fix flake8

parent 7c1d40e3
No related branches found
No related tags found
2 merge requests!59Prod,!25integration eggnog to catalog
Pipeline #19679 passed
......@@ -10,8 +10,7 @@ class TestEggNogAnnotationLineParser(TestCase):
expected_dict = {
'function_id': "28H54",
'name': "translational termination",
'
functional_category': "K"
'functional_category': "K"
}
test_dict = EggNogAnnotationLineParser.get_dict(ko_line)
self.assertDictEqual(test_dict, expected_dict)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment