mirror of https://github.com/MISP/PyMISP
chg: Bump misp-objects
parent
eff7146b3c
commit
4fba2b05ad
|
@ -329,7 +329,7 @@ class AbstractMISP(MutableMapping, MISPFileCache, metaclass=ABCMeta):
|
|||
return False
|
||||
|
||||
def __repr__(self) -> str:
|
||||
return '<{self.__class__.__name__} - please define me'.format(self=self)
|
||||
return '<{self.__class__.__name__} - please define me>'.format(self=self)
|
||||
|
||||
|
||||
class MISPTag(AbstractMISP):
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b29a360c0284935097ad3cdb222d47b19ad79e1a
|
||||
Subproject commit 7ef9a2ba56efc6553a720d6df27c9ee547e24242
|
Loading…
Reference in New Issue