Skip to content

Commit 65a89d3

Browse files
committed
Clean up tests
1 parent 639f234 commit 65a89d3

File tree

2 files changed

+174
-130
lines changed

2 files changed

+174
-130
lines changed

replicate/use.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,9 @@ def use(ref: FunctionRef[Input, Output]) -> Function[Input, Output]: ...
436436

437437

438438
@overload
439-
def use(ref: str, *, hint: Callable[Input, Output]) -> Function[Input, Output]: ...
439+
def use(
440+
ref: str, *, hint: Callable[Input, Output] | None = None
441+
) -> Function[Input, Output]: ...
440442

441443

442444
def use(

0 commit comments

Comments
 (0)