Skip to content

Commit

Permalink
make mypy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
tilmantroester committed Oct 20, 2023
1 parent 6eea81d commit 52eb7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/likelihood/lkdir/lkscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
def build_likelihood(_):
"""Return an EmptyLikelihood object."""
tools = ModelingTools()
tools.test_attribute = "test" # type: ignore
tools.test_attribute = "test" # type: ignore[unused-ignore]
return (lkmodule.empty_likelihood(), tools)

0 comments on commit 52eb7f4

Please sign in to comment.