Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Eclips4 committed Nov 1, 2024
1 parent 8d80f44 commit cb19fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/pylifecycle.c
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ init_interp_main(PyThreadState *tstate)
PyExc_RuntimeWarning,
"JIT deactivated as perf profiling support is active",
0);
} else
} else
#endif
{
PyObject *opt = _PyOptimizer_NewUOpOptimizer();
Expand Down

0 comments on commit cb19fc2

Please sign in to comment.