Skip to content

Commit

Permalink
add typing information to the method parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh authored and spugachev committed Feb 22, 2024
1 parent d86c653 commit bc6f120
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def decompress_gzip_data(response):
os.remove(filename)
return sitemap_xml

def extract_urls_from_sitemap(sitemap_url):
def extract_urls_from_sitemap(sitemap_url: str):
urls = []
try:
response = requests.get(sitemap_url)
Expand Down

0 comments on commit bc6f120

Please sign in to comment.