Skip to content

Commit

Permalink
Linting: resolve isort error
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Sep 30, 2024
1 parent 92f8144 commit 9a18ff0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipe_scrapers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
from typing import Any

from ._abstract import AbstractScraper
from ._exceptions import NoSchemaFoundInWildMode
from ._exceptions import RecipeSchemaNotFound # NoQA: F401
from ._exceptions import WebsiteNotImplementedError
from ._exceptions import NoSchemaFoundInWildMode, WebsiteNotImplementedError
from ._factory import SchemaScraperFactory
from ._utils import get_host_name
from .aberlehome import AberleHome
Expand Down

0 comments on commit 9a18ff0

Please sign in to comment.