Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm committed Oct 8, 2024
1 parent fa1fd55 commit 97faf12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdks/python/apache_beam/ml/inference/vllm_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
from apache_beam.ml.inference.base import ModelHandler
from apache_beam.ml.inference.base import PredictionResult
from apache_beam.utils import subprocess_server
from openai import AsyncOpenAI, OpenAI
from openai import AsyncOpenAI
from openai import OpenAI

try:
import vllm # pylint: disable=unused-import
Expand Down

0 comments on commit 97faf12

Please sign in to comment.