We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30085c commit d9da792Copy full SHA for d9da792
reportportal_client/model/response.py
@@ -9,7 +9,6 @@ def __init__(self, raw):
9
self.raw = raw
10
11
12
-# FIXME: need to improve and rework errors handling, add checks of err codes
13
class EntryCreatedRS(RS):
14
def __init__(self, raw):
15
super(EntryCreatedRS, self).__init__(raw)
@@ -25,7 +24,6 @@ def as_dict(self):
25
24
return {"id": self.id}
26
27
28
29
class OperationCompletionRS(RS):
30
31
super(OperationCompletionRS, self).__init__(raw)
0 commit comments