Skip to content

Commit

Permalink
fixed compiler warning
Browse files Browse the repository at this point in the history
- unused import after PR merged
  • Loading branch information
brainlid committed Jan 6, 2025
1 parent 2ff9dca commit a3b9b4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/utils/chat_templates.ex
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ defmodule LangChain.Utils.ChatTemplates do
Note: The `:zephyr` format supports specific system messages.
"""
import Integer, only: [is_even: 1, is_odd: 1]
alias LangChain.LangChainError
alias LangChain.Message

Expand Down

0 comments on commit a3b9b4a

Please sign in to comment.