diff --git a/install.py b/install.py index de69cc5..627be47 100755 --- a/install.py +++ b/install.py @@ -15,10 +15,6 @@ from path import Path # type: ignore from ruamel.yaml import YAML # type: ignore -def to_hide_or_not_to_hide() -> None: - """Decorator to handle output suppression of subprocess.run()""" - - class Installer: """Regroups all the installation methods listed in the yaml conf file.""" diff --git a/todo b/todo index de53188..d1e708c 100644 --- a/todo +++ b/todo @@ -1,4 +1,3 @@ -use decorators for repeated function modifiers support multiple remotes in git clones remove sensitive information in source remove sensitive information in history : https://docs.github.com/en/github/authenticating-to-github/removing-sensitive-data-from-a-repository