Skip to content

Commit

Permalink
Async RPClient: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Aug 31, 2023
1 parent e02b08b commit a1beb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reportportal_client/core/rp_responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def is_empty(self):
class RPResponse:
"""Class representing RP API response."""

__slots__ = ['_data', '_resp']
__slots__ = ['_resp']

def __init__(self, data):
"""Initialize instance attributes.
Expand Down

0 comments on commit a1beb2b

Please sign in to comment.