Skip to content

Commit ea3b522

Browse files
committed
Silence click unicode literals warnings #280
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 0f080d9 commit ea3b522

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/attributecode/cmd.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
import sys
2626

2727
import click
28+
# silence unicode literals warnings
29+
click.disable_unicode_literals_warning = True
2830

2931
import attributecode
3032
from attributecode import CRITICAL

0 commit comments

Comments
 (0)