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 e90d424 commit a13350cCopy full SHA for a13350c
reportportal_client/core/rp_file.py
@@ -45,6 +45,6 @@ def __init__(
45
self.name = name if name and name.strip() else str(uuid.uuid4())
46
47
@property
48
- def payload(self) -> dict:
+ def payload(self) -> dict[str, Any]:
49
"""Get HTTP payload for the request."""
50
return {"content": self.content, "contentType": self.content_type, "name": self.name}
0 commit comments