Skip to content

Commit

Permalink
Minor AsyncTransport cleanup
Browse files Browse the repository at this point in the history
Remove unused session argument.
Remove import of unused and not installed libs: aioresponses, aiohttp.
  • Loading branch information
d-ryzhykau authored and mvantellingen committed Dec 29, 2021
1 parent f192030 commit 2f35b7d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/zeep/transports.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ def __init__(
cache=None,
timeout=300,
operation_timeout=None,
session=None,
verify_ssl=True,
proxy=None,
):
Expand Down
2 changes: 0 additions & 2 deletions tests/test_async_transport.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import aiohttp
import pytest
from aioresponses import aioresponses
from lxml import etree
from pretend import stub
from pytest_httpx import HTTPXMock
Expand Down

0 comments on commit 2f35b7d

Please sign in to comment.