We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395f60c commit 982b115Copy full SHA for 982b115
examples/snippets/servers/__init__.py
@@ -64,4 +64,4 @@ def run_function():
64
# Generate entry points for each snippet
65
for module in SNIPPET_MODULES:
66
func_name = f"run_{module}"
67
- globals()[func_name] = _create_run_function(module)
+ globals()[func_name] = _create_run_function(module)
0 commit comments