We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4a148 commit fd2ead7Copy full SHA for fd2ead7
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-not-found,import-untyped]
+ from zulipterminal.unicode_emoji_dict import ( # type: ignore [import-not-found,import-untyped,unused-ignore]
12
EMOJI_NAME_MAPS,
13
)
14
except ModuleNotFoundError:
0 commit comments