Skip to content

Commit

Permalink
tpl / model / add missing typing import: `Tuple,Optional,BinaryIO,Tex…
Browse files Browse the repository at this point in the history
…tIO`
  • Loading branch information
Nementon committed May 14, 2021
1 parent 7491eac commit d9c73e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import datetime
from io import BytesIO
from typing import Any, Dict, List, Type, TypeVar, cast
from typing import Any, BinaryIO, Dict, List, Optional, TextIO, Tuple, Type, TypeVar, Union, cast

import attr
from dateutil.parser import isoparse
Expand Down

0 comments on commit d9c73e2

Please sign in to comment.