Skip to content

Commit

Permalink
Update Objects/genobject.c
Browse files Browse the repository at this point in the history
Co-authored-by: Petr Viktorin <encukou@gmail.com>
  • Loading branch information
graingert and encukou authored May 6, 2024
1 parent d9eaa89 commit c95c4f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Objects/genobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include "pycore_pystate.h" // _PyThreadState_GET()

#include "pystats.h"
#include "pyerrors.h"

static PyObject *gen_close(PyGenObject *, PyObject *);
static PyObject *async_gen_asend_new(PyAsyncGenObject *, PyObject *);
Expand Down

0 comments on commit c95c4f7

Please sign in to comment.