Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jan 13, 2023
1 parent 3b0814b commit 56fc8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swig/solver.i
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ using namespace amici;

// Solver.__repr__
%pythoncode %{
def _solver_repr(self: Solver):
def _solver_repr(self: "Solver"):
return "\n".join([
self.this.__repr__()[:-1],
" reporting_mode: "
Expand Down

0 comments on commit 56fc8f3

Please sign in to comment.