update to python fastpi
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
def noop() -> None:
|
||||
"""Empty function to invoke CPython ceval loop."""
|
||||
return
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
def noop() -> None:
|
||||
"""Empty function to invoke CPython ceval loop."""
|
||||
return
|
||||