fix: Missing import in __init__

Fix #796
JakubOnderka-patch-1
Raphaël Vinot 2021-10-08 15:36:47 +02:00
parent fa68b58b66
commit e07321bfa9
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ try:
MISPNoticelist, MISPObjectTemplate, MISPSharingGroup, MISPRole, MISPServer, MISPFeed,
MISPEventDelegation, MISPUserSetting, MISPInbox, MISPEventBlocklist, MISPOrganisationBlocklist,
MISPEventReport, MISPGalaxyCluster, MISPGalaxyClusterElement, MISPGalaxyClusterRelation,
MISPCorrelationExclusion)
MISPCorrelationExclusion, MISPGalaxy)
from .tools import AbstractMISPObjectGenerator # noqa
from .tools import Neo4j # noqa
from .tools import stix # noqa