mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 03:24:20 +00:00
🔧 Include IO types
This commit is contained in:
parent
6de180a27e
commit
454534bf7a
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ It should be imported with: ::
|
|||
"""
|
||||
|
||||
from typing import *
|
||||
# noinspection PyUnresolvedReferences
|
||||
from typing import IO, TextIO, BinaryIO
|
||||
|
||||
|
||||
JSONScalar = Union[
|
||||
None,
|
||||
|
|
Loading…
Reference in a new issue