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.
2 parents cf0cd8f + c5baf69 commit 6c24eecCopy full SHA for 6c24eec
pymodbus/client/asynchronous/__init__.py
@@ -37,8 +37,7 @@
37
if installed:
38
# Import deprecated async client only if twisted is installed #338
39
from pymodbus.client.asynchronous.deprecated.asynchronous import *
40
-else:
41
import logging
42
logger = logging.getLogger(__name__)
43
- logger.warning("Not Importing deprecated clients. "
44
- "Dependency Twisted is not Installed")
+ logger.warning("Importing deprecated clients. "
+ "Dependency Twisted is Installed")
0 commit comments