Browse Source

added text

pull/3829/head
Myroslav 2 weeks ago
parent
commit
4b4425c6ab
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/validate/links.py

+ 1
- 1
scripts/validate/links.py View File

@@ -22,7 +22,7 @@ def find_links_in_text(text: str) -> List[str]:

return links

#blablabla
def find_links_in_file(filename: str) -> List[str]:
"""Find links in a file and return a list of URLs from text file."""



Loading…
Cancel
Save