Skip to content

Commit 52550ab

Browse files
Kateryna Burdamvantellingen
authored andcommitted
Added explicit import for asyncio transport bindings
1 parent 4fec689 commit 52550ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zeep/asyncio/transport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55
import asyncio
66
import logging
7-
import bindings
7+
from . import bindings
88

99
import aiohttp
1010
from requests import Response

0 commit comments

Comments
 (0)