We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb3c88 commit bd2b0e8Copy full SHA for bd2b0e8
openapi_python_client/templates/model.py.jinja
@@ -3,9 +3,9 @@ from typing import Any, TypeVar, Optional, BinaryIO, TextIO, TYPE_CHECKING, Gene
3
4
from attrs import define as _attrs_define
5
from attrs import field as _attrs_field
6
+from .. import types
7
{% if model.is_multipart_body %}
8
import json
-from .. import types
9
{% endif %}
10
11
from ..types import UNSET, Unset
0 commit comments