Update stubs

This commit is contained in:
Trinh Anh Ngoc
2022-10-17 10:59:13 +07:00
parent c04f256b22
commit 0b3528ce5f

View File

@@ -8,7 +8,7 @@ from re import Pattern
from itertools import count
from subprocess import Popen
from threading import Thread
from typing import Any, Callable, Generator, Generic, Iterator, Literal, Mapping, Match, TypeVar
from typing import Any, Callable, Generator, Generic, Iterator, Mapping, Match, TypeVar
from unittest import TestSuite
from xmlrpc import client as xmlrpclib