mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-26 21:14:19 +00:00
🐛 Fix Pattern and Match not being exported by typing (the more you know)
This commit is contained in:
parent
30c748aacf
commit
eaed7b30ec
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ from __future__ import annotations
|
|||
from typing import *
|
||||
# noinspection PyUnresolvedReferences
|
||||
from typing import IO, TextIO, BinaryIO
|
||||
# noinspection PyUnresolvedReferences
|
||||
from typing import Pattern, Match
|
||||
|
||||
|
||||
JSONScalar = Union[
|
||||
|
|
Loading…
Reference in a new issue