There was an error while loading. Please reload this page.
1 parent 0f080d9 commit ea3b522Copy full SHA for ea3b522
1 file changed
src/attributecode/cmd.py
@@ -25,6 +25,8 @@
25
import sys
26
27
import click
28
+# silence unicode literals warnings
29
+click.disable_unicode_literals_warning = True
30
31
import attributecode
32
from attributecode import CRITICAL
0 commit comments