remove unused function get_root()

This commit is contained in:
Lincoln Stein 2023-05-25 22:06:37 -04:00
parent 46cab81d6f
commit 5659d10778

View File

@ -144,15 +144,6 @@ def yes_or_no(prompt: str, default_yes=True):
else:
return response[0] in ("y", "Y")
# -------------------------------------
def get_root(root: str = None) -> str:
if root:
return root
else:
return config.root_dir
# ---------------------------------------------
def recommended_datasets() -> dict:
datasets = dict()