Migrated links, lyrics and properties
This commit is contained in:
@@ -3,4 +3,4 @@ from typing import TypeVar
|
||||
T = TypeVar("T")
|
||||
|
||||
ListOrValue = T | list[T]
|
||||
OptionalListOrValue = ListOrValue[T] | None
|
||||
OptionalListOrValue = T | list[T] | None
|
||||
|
||||
Reference in New Issue
Block a user