Skip to content

Commit

Permalink
fix Never import
Browse files Browse the repository at this point in the history
  • Loading branch information
gouzil committed Jun 29, 2024
1 parent a87188e commit aa31270
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/paddle/_typing/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
Any,
Dict,
List,
Never,
Sequence,
Tuple,
TypeVar,
Expand All @@ -27,7 +26,7 @@

import numpy as np
import numpy.typing as npt
from typing_extensions import TypeAlias
from typing_extensions import Never, TypeAlias

from .backport import EllipsisType

Expand Down

0 comments on commit aa31270

Please sign in to comment.