Create another pylint issue to test

pull/37463/head
Franck Nijhof 2020-07-04 14:01:05 +02:00
parent 9dd5148eb4
commit a90e23656e
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ def async_enable_logging(
if not log_no_color:
try:
from colorlog import ColoredFormatter
import colorlog
# basicConfig must be called after importing colorlog in order to
# ensure that the handlers it sets up wraps the correct streams.