Commit fe6b5e32 by Dudás Ádám

raise error if operation is not implemented

parent e9db2e65
...@@ -60,7 +60,7 @@ class Operation: ...@@ -60,7 +60,7 @@ class Operation:
Deriving classes should implement this method. Deriving classes should implement this method.
""" """
pass raise NotImplementedError
def async(self, **kwargs): def async(self, **kwargs):
"""Execute the operation asynchronously. """Execute the operation asynchronously.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment