Loading
Fix mypy reexport error for testfixtures
Fix this mypy error for the galaxy-app package:
```
tests/app/jobs/dynamic_tool_destination/test_dynamic_tool_destination.py:5: error:
Module "testfixtures" does not explicitly export attribute "log_capture";
implicit reexport disabled [attr-defined]
from testfixtures import log_capture
^
```