In the main file ( Requester.py ), Requester's `__init__` method can accept `pool_size` argument https://github.com/PyGithub/PyGithub/blob/001970d4a828017f704f6744a5775b4207a6523c/github/Requester.py#L303 but in its type file ( Requester.pyi ), pool_size argument is missing from `__init__` method https://github.com/PyGithub/PyGithub/blob/001970d4a828017f704f6744a5775b4207a6523c/github/Requester.pyi#L97