emoji: complete stubs (#8170)

Co-authored-by: hauntsaninja <>
This commit is contained in:
Shantanu
2022-06-26 13:28:00 +05:30
committed by GitHub
parent b6379e7c7a
commit 634f18f615
2 changed files with 5 additions and 0 deletions

View File

@@ -1 +1,4 @@
version = "1.7.*"
[tool.stubtest]
ignore_missing_stub = false

View File

@@ -22,3 +22,5 @@ EMOJI_UNICODE: dict[str, dict[str, str]]
UNICODE_EMOJI: dict[str, dict[str, str]]
EMOJI_DATA: dict[str, dict[str, str]]
STATUS: dict[str, int]