From fd6c2f7b145aa138fb7b72d0e33e300e3550defb Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Sat, 5 Sep 2020 16:45:07 +0200 Subject: [PATCH] Cancel decorator --- install.py | 4 ---- todo | 1 - 2 files changed, 5 deletions(-) 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