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 25b918d commit a436138Copy full SHA for a436138
contentstack/__init__.py
@@ -19,7 +19,7 @@
19
20
# Set a default logger to prevent "No handler found" warnings
21
import logging
22
-try: # Python >=2.7
+try:
23
from logging import NullHandler
24
except ImportError:
25
class NullHandler(logging.Handler):
0 commit comments