Skip to content

Commit 21f9ec8

Browse files
committed
Suppress warning about twisted
1 parent dcb3138 commit 21f9ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ def emit(self, record):
3434
try:
3535
from .twisted_impls import *
3636
except ImportError:
37-
print("Twisted support not available")
37+
pass

0 commit comments

Comments
 (0)