Skip to content

Commit ecc5d60

Browse files
committed
Format Python code with Black
Signed-off-by: Alex Nelson <[email protected]>
1 parent d2da4f5 commit ecc5d60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/case_utils/case_file/test_case_file.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
NS_RDF = rdflib.RDF
2626

2727
NS_UCO_CORE = rdflib.Namespace("https://ontology.unifiedcyberontology.org/uco/core/")
28-
NS_UCO_OBSERVABLE = rdflib.Namespace("https://ontology.unifiedcyberontology.org/uco/observable/")
28+
NS_UCO_OBSERVABLE = rdflib.Namespace(
29+
"https://ontology.unifiedcyberontology.org/uco/observable/"
30+
)
2931
NS_UCO_TYPES = rdflib.Namespace("https://ontology.unifiedcyberontology.org/uco/types/")
3032

3133

0 commit comments

Comments
 (0)