Skip to content

Commit

Permalink
Ignore type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Nov 29, 2024
1 parent 5cdaf9b commit 9623a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cog/server/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def run(self) -> None:
# it has sent a error Done event and we're done here.
if not self._predictor:
return
self._predictor.log = self._log
self._predictor.log = self._log # type: ignore

predict = get_predict(self._predictor)
if self._is_async:
Expand Down

0 comments on commit 9623a66

Please sign in to comment.