Skip to content

Commit ec288b9

Browse files
authored
Remove old comments
1 parent d3c0f68 commit ec288b9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

picows/picows.pyi

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ import asyncio
22
from enum import Enum
33
from ssl import SSLContext
44
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.
105
from collections.abc import Callable, Mapping, Iterable
116
from typing import Final, Optional, Any, Union
127
from multidict import CIMultiDict

0 commit comments

Comments
 (0)