mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
Remove disable_unicode_literals_warning config
This commit is contained in:
committed by
Waylan Limberg
parent
914a9fa20b
commit
e092584ca9
@@ -18,11 +18,6 @@ from mkdocs.commands import build, gh_deploy, new, serve # noqa: E402
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
# Disable the warning that Click displays (as of Click version 5.0) when users
|
||||
# use unicode_literals in Python 2.
|
||||
# See http://click.pocoo.org/dev/python3/#unicode-literals for more details.
|
||||
click.disable_unicode_literals_warning = True
|
||||
|
||||
|
||||
class State:
|
||||
''' Maintain logging level.'''
|
||||
|
||||
Reference in New Issue
Block a user