[CI/Build] VLM Test Consolidation (#9372)
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
This commit is contained in:
@@ -977,7 +977,8 @@ def enable_trace_function_call_for_thread() -> None:
|
||||
|
||||
|
||||
# `functools` helpers
|
||||
def identity(value: T) -> T:
|
||||
def identity(value: T, **kwargs) -> T:
|
||||
"""Returns the first provided value."""
|
||||
return value
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user