Skip to content

Commit

Permalink
fix: summary of legacy document
Browse files Browse the repository at this point in the history
Signed-off-by: maxwelljin <101249253+maxwelljin@users.noreply.github.com>
  • Loading branch information
maxwelljin committed Jun 14, 2023
1 parent 5a3cd99 commit cd3efc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docarray/utils/_internal/_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def safe_issubclass(x: type, a_tuple: type) -> bool:
(get_origin(x) in (list, tuple, dict, set))
or is_typevar(x)
or (type(x) == ForwardRef)
or is_typevar(x)
or is_typevar(x)
or x == ID
):
return False
Expand Down

0 comments on commit cd3efc6

Please sign in to comment.