Skip to content

Commit 9798b5e

Browse files
committed
Ignore type on undemonstrated class-member
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 2acd014 commit 9798b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

case_mapping/uco/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __init__(
1717
The main CASE Object for representing a case and its activities and objects.
1818
"""
1919
super().__init__(*args, **kwargs)
20-
self.build = []
20+
self.build = [] # type: ignore
2121
self["@context"] = {
2222
"@vocab": "http://caseontology.org/core#",
2323
"case-investigation": "https://ontology.caseontology.org/case/investigation/",

0 commit comments

Comments
 (0)