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 authored and p1-ra committed May 14, 2021
1 parent 62f4c71 commit 44183cd
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 44183cd

Please sign in to comment.