We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c2815 commit 9bc8ffbCopy full SHA for 9bc8ffb
tools/convert-unicode-emoji-data
@@ -8,7 +8,7 @@ from pathlib import Path, PurePath
8
9
try:
10
# Ignored for type-checking, as it is a temporary file, deleted at the end of file
11
- from zulipterminal.unicode_emoji_dict import ( # type: ignore [import-untyped]
+ from zulipterminal.unicode_emoji_dict import ( # type: ignore [import-not-found]
12
EMOJI_NAME_MAPS,
13
)
14
except ModuleNotFoundError:
0 commit comments