fix: Fix final nosetest

pull/795/head
Tom King 2021-10-04 11:56:13 +01:00
parent b3dee88fab
commit a56e344a21
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ class MISPOrganisation(AbstractMISP):
class MISPSharingGroup(AbstractMISP):
def __init__(self):
super().__init__()
self.name: str
self.SharingGroupOrg: List[MISPOrganisation] = []
@property