We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ecf48 commit 0dbab4dCopy full SHA for 0dbab4d
volcenginesdkarkruntime/_utils/_typing.py
@@ -53,7 +53,7 @@ def is_typevar(typ: type) -> bool:
53
_TYPE_ALIAS_TYPES = (*_TYPE_ALIAS_TYPES, typing.TypeAliasType)
54
55
56
-def is_type_alias_type(tp: Any, /) -> TypeIs[typing_extensions.TypeAliasType]:
+def is_type_alias_type(tp: Any) -> TypeIs[typing_extensions.TypeAliasType]:
57
"""Return whether the provided argument is an instance of `TypeAliasType`.
58
59
```python
0 commit comments