Skip to content

Commit

Permalink
chore: typing
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Dec 2, 2024
1 parent 8c8574e commit 6f67c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/llmling/config/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,9 +605,9 @@ async def get_resource_completions(


if __name__ == "__main__":
from llmling.config.models import Config
from llmling import Config

cfg = Config.from_file("E:/mcp_zed.yml")
cfg = Config.from_file("E:/mcp_zed.yml") # type: ignore
runtime = RuntimeConfig.from_config(cfg)
with runtime as ctx:
pass

0 comments on commit 6f67c68

Please sign in to comment.