Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Feb 29, 2024
1 parent f5f8ef8 commit 33ade38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions jupyter_chat/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@
import json
import time
import uuid
from asyncio import AbstractEventLoop
from dataclasses import asdict
from typing import TYPE_CHECKING, Dict, List, Optional
from typing import Dict, List

from jupyter_server.base.handlers import APIHandler as BaseAPIHandler, JupyterHandler
from jupyter_server.utils import url_path_join
from langchain.pydantic_v1 import ValidationError
from tornado import web, websocket

Expand Down

0 comments on commit 33ade38

Please sign in to comment.