Skip to content

Commit

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

import click
from packaging import version
import tomli
from packaging import version

from crewai.cli.utils import read_toml
from crewai.cli.version import get_crewai_version
Expand Down

0 comments on commit 3c2b111

Please sign in to comment.