Skip to content

Commit 7cfbf1a

Browse files
cedkmvantellingen
authored andcommitted
Remove useless import of aiohttp
aiohttp is not a dependency so using zeep without it raise an ImportError.
1 parent d309199 commit 7cfbf1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/zeep/transports.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from contextlib import contextmanager
44
from urllib.parse import urlparse
55

6-
import aiohttp
76
import requests
87
from requests import Response
98
from requests_file import FileAdapter

0 commit comments

Comments
 (0)