Skip to content

Commit

Permalink
updated typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zckly committed Dec 9, 2024
1 parent 3e93af4 commit 81894e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create_mcp_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def copy_template(
target_dir = get_package_directory(path)

import jinja2
from jinja2 import Environment, FileSystemLoader
from jinja2 import Environment, FileSystemLoader

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

Expand Down

0 comments on commit 81894e5

Please sign in to comment.