mirror of https://github.com/MISP/PyMISP
fix: Fix final nosetest
parent
b3dee88fab
commit
a56e344a21
|
@ -128,6 +128,7 @@ class MISPOrganisation(AbstractMISP):
|
|||
class MISPSharingGroup(AbstractMISP):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.name: str
|
||||
self.SharingGroupOrg: List[MISPOrganisation] = []
|
||||
|
||||
@property
|
||||
|
|
Loading…
Reference in New Issue