Skip to content

Commit a436138

Browse files
stack refactored
1 parent 25b918d commit a436138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentstack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Set a default logger to prevent "No handler found" warnings
2121
import logging
22-
try: # Python >=2.7
22+
try:
2323
from logging import NullHandler
2424
except ImportError:
2525
class NullHandler(logging.Handler):

0 commit comments

Comments
 (0)