Skip to content

Commit

Permalink
chg: Bump objects, deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Apr 30, 2020
1 parent ed2a95f commit 029aa8d
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 41 deletions.
77 changes: 39 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pymisp/data/misp-objects
Submodule misp-objects updated 178 files
4 changes: 2 additions & 2 deletions pymisp/mispevent.py
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,7 @@ def from_dict(self, **kwargs):
super().from_dict(**kwargs)

def __repr__(self):
return '<{self.__class__.__name__}(name={self.name}, uuid={self.uuid})'.format(self=self)
return f'<{self.__class__.__name__}(name={self.name}, uuid={self.uuid})'


class MISPUserSetting(AbstractMISP):
Expand All @@ -1651,4 +1651,4 @@ def from_dict(self, **kwargs):
super().from_dict(**kwargs)

def __repr__(self):
return '<{self.__class__.__name__}(name={self.setting}'.format(self=self)
return f'<{self.__class__.__name__}(name={self.setting}'

0 comments on commit 029aa8d

Please sign in to comment.