Skip to content

Commit

Permalink
add Body to __all__ in requests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
livioribeiro committed Jan 2, 2025
1 parent 9c0a0a1 commit c556661
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/asgikit/requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from asgikit.websockets import WebSocket

__all__ = (
"Body",
"Request",
"read_body",
"read_text",
Expand Down

0 comments on commit c556661

Please sign in to comment.