Skip to content

Commit

Permalink
fixes formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
willi-mueller committed Feb 8, 2024
1 parent 43a6fe7 commit 7b7f7e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/bing_webmaster/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from .settings import BASE_URL, HEADERS



def get_url_with_retry(url: str, params: DictStrStr) -> DictStrAny:
try:
r = requests.get(url, headers=HEADERS, params=params)
Expand Down

0 comments on commit 7b7f7e7

Please sign in to comment.