diff --git a/picows/picows.pyi b/picows/picows.pyi index 030893c..740dcdc 100644 --- a/picows/picows.pyi +++ b/picows/picows.pyi @@ -3,9 +3,10 @@ from enum import Enum from ssl import SSLContext from http import HTTPStatus -# Some of the imports are deprecated in the newer python versions +# TODO: Some of the imports are deprecated in the newer python versions # But we still have support for 3.8 where collection.abc didn't have # proper types yet. +# Change this to collection.abc when 3.8 support is over. from typing import Final, Optional, Mapping, Iterable, Tuple, Callable, Union, Any from multidict import CIMultiDict