From d6449d7c2568b380ae8adfa2eb55ce96d5338aae Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 7 Dec 2023 21:57:55 +0100 Subject: [PATCH] remove unused function --- pytest_abra/utils.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pytest_abra/utils.py b/pytest_abra/utils.py index e6becf3..828e6b9 100644 --- a/pytest_abra/utils.py +++ b/pytest_abra/utils.py @@ -35,8 +35,3 @@ def rmtree(root_dir: Path): child.unlink() root_dir.rmdir() - - -def make_url(domain: str) -> str: - """adds 'http://' at the beginning of a string""" - return "https://" + domain