Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Dec 10, 2024
1 parent abad4a7 commit 1623c80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion picows/picows.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1623c80

Please sign in to comment.