Skip to content

Commit

Permalink
Update awaitable.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity authored May 2, 2024
1 parent a77cd12 commit 03d30e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_pyawaitable/awaitable.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <pyawaitable/backport.h>
#include <pyawaitable/awaitableobject.h>
#include <pyawaitable/genwrapper.h>
#include <pyawaitable/coro.h>

PyDoc_STRVAR(awaitable_doc,
"Awaitable transport utility for the C API.");
Expand Down

0 comments on commit 03d30e1

Please sign in to comment.