Skip to content

Commit

Permalink
MarleySpoon: cleanup: remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Apr 30, 2024
1 parent ff02a0c commit 1dfd79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe_scrapers/marleyspoon.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# mypy: disallow_untyped_defs=False
import json
import re
from urllib.parse import urljoin, urlsplit
from urllib.parse import urljoin

import requests

Expand Down

0 comments on commit 1dfd79b

Please sign in to comment.