Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Nov 10, 2023
1 parent 3669ee0 commit ec2a64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faker/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys

from datetime import date, datetime, timedelta
from typing import Sequence, TypeVar, Union
from typing import Sequence, Union

try:
from typing import Literal # type: ignore
Expand Down

0 comments on commit ec2a64e

Please sign in to comment.