diff --git a/recipe_scrapers/__init__.py b/recipe_scrapers/__init__.py index 3285a57e9..361c378ac 100644 --- a/recipe_scrapers/__init__.py +++ b/recipe_scrapers/__init__.py @@ -1,7 +1,5 @@ from __future__ import annotations -from .ottolenghibooks import OttolenghiBooks - __all__ = ( "AbstractScraper", "ElementNotFoundInHtml", @@ -261,6 +259,7 @@ from .onceuponachef import OnceUponAChef from .onehundredonecookbooks import OneHundredOneCookBooks from .onesweetappetite import OneSweetAppetite +from .ottolenghibooks import OttolenghiBooks from .owenhan import OwenHan from .paleorunningmomma import PaleoRunningMomma from .panelinha import Panelinha