Skip to content

Commit 858cb58

Browse files
Update space.py
1 parent 09e3238 commit 858cb58

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bot/exts/fun/space.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
@dataclass
2929
class NasaResult:
30+
"""Structured result object returned by NASA API requests."""
3031
ok: bool
3132
status: int | None
3233
data: Any | None

0 commit comments

Comments
 (0)