Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
import Literal, Match and TypedDicr from "typing" instead of "typing_extensions"
  • Loading branch information
Aaryanverma committed Sep 19, 2024
1 parent e83cf4a commit f3b30ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emoji/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import re
import unicodedata
from typing import Any, Callable, Dict, Iterator, List, Optional, Tuple, Union
from typing_extensions import Literal, Match, TypedDict
from typing import Literal, Match, TypedDict

from emoji import unicode_codes
from emoji.tokenizer import Token, EmojiMatch, EmojiMatchZWJ, EmojiMatchZWJNonRGI, tokenize, filter_tokens
Expand Down

0 comments on commit f3b30ec

Please sign in to comment.