Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: ``` lib/tool_shed/test/functional/test_shed_tools.py:30: error: Incompatible types in assignment (expression has type "BuildSearchIndexResponse", variable has type "ToolSearchResults") [assignment] response = populator.reindex() ^ lib/tool_shed/test/functional/test_shed_tools.py:31: error: Incompatible types in assignment (expression has type "BuildSearchIndexResponse", variable has type "ToolSearchResults") [assignment] response = populator.reindex() ^ ```
- Loading branch information