Skip to content

Commit efe832c

Browse files
author
tiedu
committed
add NullHandler
1 parent 8f7e07a commit efe832c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qcloud_cos/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
try:
1111
from logging import NullHandler
1212
except ImportError:
13-
sssss NullHandler(logging.Handler):
13+
class NullHandler(logging.Handler):
1414
def emit(self, record):
1515
pass
1616

0 commit comments

Comments
 (0)