Skip to content

Commit

Permalink
Fixup: add missing __version__ import
Browse files Browse the repository at this point in the history
Relates-to commit 605b7d9.
  • Loading branch information
jayaddison committed Aug 26, 2024
1 parent 605b7d9 commit ff17d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe_scrapers/_abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from ._grouping_utils import IngredientGroup
from ._opengraph import OpenGraph
from ._schemaorg import SchemaOrg
from .__version__ import __version__

# Some sites close their content for 'bots', so user-agent must be supplied
HEADERS = {
Expand Down

0 comments on commit ff17d9a

Please sign in to comment.