Skip to content

Commit

Permalink
RouteInfoFromBackend: Remove unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Gabe Goodhart <[email protected]>
  • Loading branch information
gabe-l-hart committed Jun 19, 2024
1 parent 0e23e10 commit ff7f056
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions caikit_nlp/toolkit/text_generation/tgis_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
"""This file is for helper functions related to TGIS."""

# Standard
from typing import Iterable, Optional
from typing import Iterable

# Third Party
import fastapi
import grpc

# First Party
Expand All @@ -34,7 +33,6 @@
TokenizationResults,
TokenStreamDetails,
)
from caikit.interfaces.runtime.data_model import RuntimeServerContextType
from caikit_tgis_backend import TGISBackend
from caikit_tgis_backend.protobufs import generation_pb2
import alog
Expand Down

0 comments on commit ff7f056

Please sign in to comment.