Skip to content

Commit

Permalink
compatibility with python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chyroc committed Sep 26, 2024
1 parent 8a83bba commit a8174e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cozepy/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
Optional,
Union,
List,
get_args,
Iterator,
)
from typing_extensions import get_origin # compatibility with python 3.7
from typing_extensions import get_args, get_origin # compatibility with python 3.7

import httpx
from httpx import Response
Expand Down

0 comments on commit a8174e4

Please sign in to comment.