Skip to content

Commit

Permalink
Remove TypedDict from the main typing import
Browse files Browse the repository at this point in the history
  • Loading branch information
odiseo0 committed Jul 13, 2022
1 parent 6d3833c commit 8ec4576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotrue/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from datetime import datetime
from enum import Enum
from time import time
from typing import Any, Callable, Dict, List, Optional, Type, TypeVar, Union, TypedDict
from typing import Any, Callable, Dict, List, Optional, Type, TypeVar, Union
from uuid import UUID

if sys.version_info >= (3, 8):
Expand Down

0 comments on commit 8ec4576

Please sign in to comment.