Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 81894e5

Browse files
committed
updated typo
1 parent 3e93af4 commit 81894e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/create_mcp_server/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def copy_template(
131131
target_dir = get_package_directory(path)
132132

133133
import jinja2
134-
from jinja2 import Environment, FileSystemLoader
134+
from jinja2 import Environment, FileSystemLoader
135135

136136
env = Environment(loader=FileSystemLoader(str(template_dir)))
137137

0 commit comments

Comments
 (0)