Skip to content

Commit 17273f4

Browse files
authored
Apply suggestion from @dylanhmorris
1 parent 43dcc57 commit 17273f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrenew/model/pyrenew_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def __init__(self) -> None:
5353
def configure_latent(
5454
self,
5555
latent_class: type[BaseLatentInfectionProcess],
56-
**params: object,
56+
**params: dict[str, object],
5757
) -> PyrenewBuilder:
5858
"""
5959
Configure the latent infection process.

0 commit comments

Comments
 (0)