summaryrefslogtreecommitdiff
path: root/tests/test_imports.py
diff options
context:
space:
mode:
authorSaif807380 <saif1204kazi@gmail.com>2021-04-01 17:11:37 +0530
committerDavid Lord <davidism@gmail.com>2021-04-03 09:54:11 -0700
commit03e2fee8a99f08976aef0d38cb3fa372a94c928a (patch)
treeadc4bc1df92d0fd2a2f58bf0126e429c2a1c5ddf /tests/test_imports.py
parentc0f9c06aa123e75466829bd41985a44a70b6c625 (diff)
downloadclick-03e2fee8a99f08976aef0d38cb3fa372a94c928a.tar.gz
mark cli messages for translation
Diffstat (limited to 'tests/test_imports.py')
-rw-r--r--tests/test_imports.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_imports.py b/tests/test_imports.py
index dd26972..ec32fca 100644
--- a/tests/test_imports.py
+++ b/tests/test_imports.py
@@ -47,6 +47,7 @@ ALLOWED_IMPORTS = {
"enum",
"typing",
"types",
+ "gettext",
}
if WIN: