Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 26, 2025
1 parent 363579c commit 462bc55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion comps/llms/src/text-generation/integrations/bedrock.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import json
import os
import time
#test

# test
import boto3
from botocore.exceptions import ClientError
from fastapi.responses import StreamingResponse
Expand Down
3 changes: 2 additions & 1 deletion comps/llms/src/text-generation/opea_llm_microservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import os
import time
from typing import Union
#test

# test
from comps import (
CustomLogger,
LLMParamsDoc,
Expand Down

0 comments on commit 462bc55

Please sign in to comment.