Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the following mypy error: ``` lib/tool_shed/test/functional/test_0000_basic_repository_features.py:303: error: Item "None" of "ToolShedPopulator | None" has no attribute "get_metadata" [union-attr] metadata = self._populator.get_metadata(repository, downloadable_only=False) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ```
- Loading branch information