Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
skinnerjc committed Sep 20, 2024
1 parent a28f10b commit 7d93794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inspect_ai/model/_error_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from functools import wraps
from typing import Any, Callable

from ._model import ModelOutput
from ._model_output import ModelOutput


@dataclass
Expand Down

0 comments on commit 7d93794

Please sign in to comment.