Skip to content

Commit

Permalink
Nitpick: relocate import
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Aug 26, 2024
1 parent bb8a4b3 commit b85830e
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
@@ -1,7 +1,5 @@
from __future__ import annotations

from .ottolenghibooks import OttolenghiBooks

__all__ = (
"AbstractScraper",
"ElementNotFoundInHtml",
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b85830e

Please sign in to comment.