Skip to content

Commit fd2ead7

Browse files
committed
worksmaybe
1 parent fb4a148 commit fd2ead7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/convert-unicode-emoji-data

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ from pathlib import Path, PurePath
88

99
try:
1010
# 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]
11+
from zulipterminal.unicode_emoji_dict import ( # type: ignore [import-not-found,import-untyped,unused-ignore]
1212
EMOJI_NAME_MAPS,
1313
)
1414
except ModuleNotFoundError:

0 commit comments

Comments
 (0)