mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-21 16:31:21 -05:00
chore(deps): update dependency mypy to v1.8.0 (#2943)
* chore(deps): update dependency mypy to v1.8.0 * appease the linting overlords --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
@@ -94,7 +94,7 @@ class RecipeBulkScraperService(BaseService):
|
||||
tasks = [_do(b.url) for b in urls.imports]
|
||||
results = await asyncio.gather(*tasks, return_exceptions=True)
|
||||
for b, recipe in zip(urls.imports, results, strict=True):
|
||||
if not recipe or isinstance(recipe, Exception):
|
||||
if not recipe or isinstance(recipe, BaseException):
|
||||
continue
|
||||
|
||||
if b.tags:
|
||||
|
||||
Reference in New Issue
Block a user