Skip to content

Commit 2381201

Browse files
committed
reformat ruff
1 parent 0795193 commit 2381201

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

tests/test_obo_extractor.py

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,17 @@ def test_node_ids_are_strings(self):
2929

3030
def test_expected_nodes_present(self):
3131
g = build_chebi_graph(SAMPLE_OBO)
32-
assert set(g.nodes) == {"10", "133004", "22750", "24921",
33-
"28017", '75771', '28057', '28102', '37163'}
32+
assert set(g.nodes) == {
33+
"10",
34+
"133004",
35+
"22750",
36+
"24921",
37+
"28017",
38+
"75771",
39+
"28057",
40+
"28102",
41+
"37163",
42+
}
3443

3544
def test_obsolete_term_excluded(self):
3645
g = build_chebi_graph(SAMPLE_OBO)

0 commit comments

Comments
 (0)