Skip to content

Commit d9da792

Browse files
committed
removed comments because issue #10
1 parent f30085c commit d9da792

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

reportportal_client/model/response.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ def __init__(self, raw):
99
self.raw = raw
1010

1111

12-
# FIXME: need to improve and rework errors handling, add checks of err codes
1312
class EntryCreatedRS(RS):
1413
def __init__(self, raw):
1514
super(EntryCreatedRS, self).__init__(raw)
@@ -25,7 +24,6 @@ def as_dict(self):
2524
return {"id": self.id}
2625

2726

28-
# FIXME: need to improve and rework errors handling, add checks of err codes
2927
class OperationCompletionRS(RS):
3028
def __init__(self, raw):
3129
super(OperationCompletionRS, self).__init__(raw)

0 commit comments

Comments
 (0)