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 dcb3138 commit 21f9ec8Copy full SHA for 21f9ec8
ldclient/__init__.py
@@ -34,4 +34,4 @@ def emit(self, record):
34
try:
35
from .twisted_impls import *
36
except ImportError:
37
- print("Twisted support not available")
+ pass
0 commit comments