Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-romanov-o committed Nov 29, 2024
1 parent cbeda2b commit 5686a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aidial_adapter_openai/utils/parsers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import re
from abc import ABC, abstractmethod
from json import JSONDecodeError
from typing import Any, Dict, List, TypedDict
from typing import Any, Dict, TypedDict

from aidial_sdk.exceptions import InvalidRequestError
from fastapi import Request
Expand Down

0 comments on commit 5686a8c

Please sign in to comment.