remove unused function
This commit is contained in:
parent
9b52796f79
commit
d6449d7c25
1 changed files with 0 additions and 5 deletions
|
|
@ -35,8 +35,3 @@ def rmtree(root_dir: Path):
|
||||||
child.unlink()
|
child.unlink()
|
||||||
|
|
||||||
root_dir.rmdir()
|
root_dir.rmdir()
|
||||||
|
|
||||||
|
|
||||||
def make_url(domain: str) -> str:
|
|
||||||
"""adds 'http://' at the beginning of a string"""
|
|
||||||
return "https://" + domain
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue