Skip to content

Commit 982b115

Browse files
committed
ruff
1 parent 395f60c commit 982b115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/snippets/servers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ def run_function():
6464
# Generate entry points for each snippet
6565
for module in SNIPPET_MODULES:
6666
func_name = f"run_{module}"
67-
globals()[func_name] = _create_run_function(module)
67+
globals()[func_name] = _create_run_function(module)

0 commit comments

Comments
 (0)