Skip to content
Snippets Groups Projects
Commit f7b1728b authored by martinRenou's avatar martinRenou
Browse files

Review

parent 43776a9f
No related branches found
No related tags found
1 merge request!101Create probe classes for tests
......@@ -23,8 +23,6 @@ class BaseMCOCommunicator(ABCHasStrictTraits):
self.factory = factory
super(BaseMCOCommunicator, self).__init__(*args, **kwargs)
super(BaseMCOCommunicator, self).__init__(*args, **kwargs)
@abc.abstractmethod
def receive_from_mco(self, model):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment