Skip to content

Commit e40c78d

Browse files
committed
Fixed reference to deprecated asynchronous
1 parent 38f1dc1 commit e40c78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymodbus/client/asynchronous/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
installed = is_installed('twisted')
3737
if installed:
3838
# Import deprecated async client only if twisted is installed #338
39-
from pymodbus.client.asynchronous.deprecated.async import *
39+
from pymodbus.client.asynchronous.deprecated.asynchronous import *
4040
else:
4141
import logging
4242
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)