We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2da4f5 commit ecc5d60Copy full SHA for ecc5d60
tests/case_utils/case_file/test_case_file.py
@@ -25,7 +25,9 @@
25
NS_RDF = rdflib.RDF
26
27
NS_UCO_CORE = rdflib.Namespace("https://ontology.unifiedcyberontology.org/uco/core/")
28
-NS_UCO_OBSERVABLE = rdflib.Namespace("https://ontology.unifiedcyberontology.org/uco/observable/")
+NS_UCO_OBSERVABLE = rdflib.Namespace(
29
+ "https://ontology.unifiedcyberontology.org/uco/observable/"
30
+)
31
NS_UCO_TYPES = rdflib.Namespace("https://ontology.unifiedcyberontology.org/uco/types/")
32
33
0 commit comments