Skip to content

Commit bd2b0e8

Browse files
Fix build
1 parent beb3c88 commit bd2b0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi_python_client/templates/model.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ from typing import Any, TypeVar, Optional, BinaryIO, TextIO, TYPE_CHECKING, Gene
33

44
from attrs import define as _attrs_define
55
from attrs import field as _attrs_field
6+
from .. import types
67
{% if model.is_multipart_body %}
78
import json
8-
from .. import types
99
{% endif %}
1010

1111
from ..types import UNSET, Unset

0 commit comments

Comments
 (0)