Skip to content

Commit 9e33e7d

Browse files
committed
yapf nit
1 parent 10fac4c commit 9e33e7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/integration/test_ontology.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
import json
66
import time
77

8+
89
@pytest.mark.skip(reason="normalized ontology contains Relationship, "
9-
"which is not finalized yet. introduce this back when"
10-
"Relationship feature is complete and we introduce"
11-
"a Relationship object to the ontology that we can parse"
12-
)
10+
"which is not finalized yet. introduce this back when"
11+
"Relationship feature is complete and we introduce"
12+
"a Relationship object to the ontology that we can parse")
1313
def test_from_project_ontology(project) -> None:
1414
o = OntologyBuilder.from_project(project)
1515
assert o.asdict() == project.ontology().normalized

0 commit comments

Comments
 (0)