Skip to content

Commit

Permalink
Fix import sorting in crew_chat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 7c56148 commit 73939b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/crewai/cli/crew_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
from typing import Any, Dict, List, Optional, Set, Tuple

import click
import tomli
from packaging import version
import tomli

from crewai.cli.utils import read_toml
from crewai.cli.version import get_crewai_version
from crewai.crew import Crew
from crewai.llm import LLM
from crewai.types.crew_chat import ChatInputField, ChatInputs
from crewai.utilities.llm_utils import create_llm
from crewai.cli.version import get_crewai_version
from crewai.cli.utils import read_toml


def run_chat():
Expand Down

0 comments on commit 73939b9

Please sign in to comment.