Skip to content

Commit 0dbab4d

Browse files
author
潘婉宁
committed
fix: lint
1 parent 30ecf48 commit 0dbab4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volcenginesdkarkruntime/_utils/_typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def is_typevar(typ: type) -> bool:
5353
_TYPE_ALIAS_TYPES = (*_TYPE_ALIAS_TYPES, typing.TypeAliasType)
5454

5555

56-
def is_type_alias_type(tp: Any, /) -> TypeIs[typing_extensions.TypeAliasType]:
56+
def is_type_alias_type(tp: Any) -> TypeIs[typing_extensions.TypeAliasType]:
5757
"""Return whether the provided argument is an instance of `TypeAliasType`.
5858
5959
```python

0 commit comments

Comments
 (0)