Skip to content

Commit 6d4416d

Browse files
Nementonp1-ra
authored andcommitted
tpl / model / add missing typing import: Tuple,Optional,BinaryIO,TextIO
1 parent f46d1e6 commit 6d4416d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

end_to_end_tests/golden-record/my_test_api_client/models/a_model_with_properties_reference_that_are_not_object.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import datetime
22
from io import BytesIO
3-
from typing import Any, Dict, List, Type, TypeVar, cast
3+
from typing import Any, BinaryIO, Dict, List, Optional, TextIO, Tuple, Type, TypeVar, Union, cast
44

55
import attr
66
from dateutil.parser import isoparse

0 commit comments

Comments
 (0)