We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c0f68 commit ec288b9Copy full SHA for ec288b9
picows/picows.pyi
@@ -2,11 +2,6 @@ import asyncio
2
from enum import Enum
3
from ssl import SSLContext
4
from http import HTTPStatus
5
-
6
-# TODO: Some of the imports are deprecated in the newer python versions
7
-# But we still have support for 3.8 where collection.abc didn't have
8
-# proper types yet.
9
-# Change this to collection.abc when 3.8 support is over.
10
from collections.abc import Callable, Mapping, Iterable
11
from typing import Final, Optional, Any, Union
12
from multidict import CIMultiDict
0 commit comments