Skip to content

Commit

Permalink
Remove emoji stubs, refs #8760
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed May 9, 2023
1 parent 9457de3 commit 8267e6e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 76 deletions.
2 changes: 1 addition & 1 deletion scripts/stubsabot.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ async def get_diff_info(
versions_to_tags: dict[packaging.version.Version, str] = {}
for tag in github_info.tags:
tag_name = tag["name"]
# Some packages in typeshed (e.g. emoji) have tag names
# Some packages in typeshed have tag names
# that are invalid to be passed to the Version() constructor,
# e.g. v.1.4.2
with contextlib.suppress(packaging.version.InvalidVersion):
Expand Down
2 changes: 0 additions & 2 deletions stubs/emoji/METADATA.toml

This file was deleted.

30 changes: 0 additions & 30 deletions stubs/emoji/emoji/__init__.pyi

This file was deleted.

31 changes: 0 additions & 31 deletions stubs/emoji/emoji/core.pyi

This file was deleted.

6 changes: 0 additions & 6 deletions stubs/emoji/emoji/unicode_codes/__init__.pyi

This file was deleted.

6 changes: 0 additions & 6 deletions stubs/emoji/emoji/unicode_codes/data_dict.pyi

This file was deleted.

0 comments on commit 8267e6e

Please sign in to comment.