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 18, 2021
1 parent f46d1e6 commit 6d4416d
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 6d4416d

Please sign in to comment.