Skip to content

Commit 48bd342

Browse files
committedFeb 10, 2025·
update typing
1 parent 09bfe23 commit 48bd342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/epidemik/MetaEpiModel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __init__(
3232
travel_graph: pd.DataFrame,
3333
populations: pd.DataFrame,
3434
population: str = "Population",
35-
seed: Union[int | None] = None,
35+
seed: Union[int, None] = None,
3636
):
3737
"""
3838
Initialize the EpiModel object

0 commit comments

Comments
 (0)
Please sign in to comment.