Skip to content

Commit

Permalink
update file v2 model
Browse files Browse the repository at this point in the history
  • Loading branch information
phact committed May 7, 2024
1 parent 4e3fa04 commit e22806b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/model/open_ai_file.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Optional

from pydantic import StrictStr, Field, field_validator
from openapi_server.models.open_ai_file import OpenAIFile as OpenAIFileGenerated
from openapi_server_v2.models.open_ai_file import OpenAIFile as OpenAIFileGenerated


class OpenAIFile(OpenAIFileGenerated):
Expand Down

0 comments on commit e22806b

Please sign in to comment.