Skip to content

Commit 1bfb67d

Browse files
more consistent formatting
Co-authored-by: Raphael-Gazzotti <125291580+Raphael-Gazzotti@users.noreply.github.com>
1 parent b362df7 commit 1bfb67d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pipeline/src/collection.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ def save(self, path, individual_files=False, include_empty_properties=False):
9191
for node in tuple(self.nodes.values()):
9292

9393
if node.type_.startswith("https://openminds.ebrains.eu/"):
94-
data_context = {"@vocab": "https://openminds.ebrains.eu/vocab/"}
94+
data_context = {
95+
"@vocab": "https://openminds.ebrains.eu/vocab/"
96+
}
9597
else:
9698
data_context = {
9799
"@vocab": "https://openminds.om-i.org/props/"

0 commit comments

Comments
 (0)