Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSkovMadsen committed Dec 27, 2024
1 parent f5d280e commit 5989579
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/applicable_recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ Originally derived from https://ai.pydantic.dev/examples/pydantic-model/.
"""
import os
from typing import cast
import param
from pydantic import BaseModel
import urllib.parse
from pydantic_ai import Agent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from typing import cast

import panel as pn
import param
from pydantic import BaseModel
from pydantic_ai import Agent
from pydantic_ai.models import KnownModelName
Expand Down

0 comments on commit 5989579

Please sign in to comment.