1
Fork 0
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:
Steffo 2021-04-17 04:06:51 +02:00
parent 30c748aacf
commit eaed7b30ec
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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[