Skip to content

Commit

Permalink
Update awaitableobject.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity authored May 2, 2024
1 parent 88ae4ca commit 5f04274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pyawaitable/awaitableobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ PyObject *
awaitable_next(PyObject *self);

PyObject *
awaitable_new(void);
awaitable_new_impl(void);

#endif

0 comments on commit 5f04274

Please sign in to comment.