Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
toadharvard committed Mar 12, 2024
1 parent ed9d488 commit bf7780b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/domain/task/schema/fd.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class FDAlgoResult(BaseModel):
fds: list[FDModel]


# TODO: replace with 3.12 generics after when supported by mypy
# TODO: replace with 3.12 generics when PEP 695 will be supported by mypy
Conf = TypeVar("Conf", bound=BaseModel)
FDAlgo = TypeVar("FDAlgo", bound=FdAlgorithm)

Expand Down

0 comments on commit bf7780b

Please sign in to comment.