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 2acd014 commit 9798b5eCopy full SHA for 9798b5e
case_mapping/uco/core.py
@@ -17,7 +17,7 @@ def __init__(
17
The main CASE Object for representing a case and its activities and objects.
18
"""
19
super().__init__(*args, **kwargs)
20
- self.build = []
+ self.build = [] # type: ignore
21
self["@context"] = {
22
"@vocab": "http://caseontology.org/core#",
23
"case-investigation": "https://ontology.caseontology.org/case/investigation/",
0 commit comments