Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Oct 18, 2024
1 parent 6738a22 commit dc7e345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai/jupyter_ai/chat_handlers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
Awaitable,
ClassVar,
Dict,
get_args as get_type_args,
List,
Literal,
Optional,
Type,
Union,
cast,
)
from typing import get_args as get_type_args
from uuid import uuid4

from dask.distributed import Client as DaskClient
Expand Down

0 comments on commit dc7e345

Please sign in to comment.