File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 6
6
import datetime as dt
7
7
import logging
8
8
import os .path
9
- from typing import Any , Callable
9
+ from typing import Any
10
+ from collections .abc import Callable
10
11
11
12
import httpx
12
13
from httpx import AsyncClient , BasicAuth , DigestAuth
Original file line number Diff line number Diff line change 6
6
import asyncio
7
7
import datetime as dt
8
8
import logging
9
- from typing import TYPE_CHECKING , Any , Callable
9
+ from typing import TYPE_CHECKING , Any
10
+ from collections .abc import Callable
10
11
11
12
import httpx
12
13
from httpx import TransportError
Original file line number Diff line number Diff line change 5
5
import asyncio
6
6
from collections .abc import Awaitable
7
7
import logging
8
- from typing import Callable , ParamSpec , TypeVar
8
+ from typing import ParamSpec , TypeVar
9
+ from collections .abc import Callable
9
10
10
11
import httpx
11
12
You can’t perform that action at this time.
0 commit comments