Skip to content

Commit bd127b3

Browse files
committed
Remove un-needed click unicode workaround
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 997eb61 commit bd127b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commoncode/cliutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import sys
1010

1111
import click
12-
click.disable_unicode_literals_warning = True
12+
1313
from click.utils import echo
1414
from click.termui import style
1515
from click.types import BoolParamType

0 commit comments

Comments
 (0)