We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f1dc1 commit e40c78dCopy full SHA for e40c78d
pymodbus/client/asynchronous/__init__.py
@@ -36,7 +36,7 @@
36
installed = is_installed('twisted')
37
if installed:
38
# Import deprecated async client only if twisted is installed #338
39
- from pymodbus.client.asynchronous.deprecated.async import *
+ from pymodbus.client.asynchronous.deprecated.asynchronous import *
40
else:
41
import logging
42
logger = logging.getLogger(__name__)
0 commit comments