From 33ab8b93c59569a59b7113afe50eb30cacef8f93 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sun, 8 May 2022 18:04:38 +0300 Subject: [PATCH] Removed comments Signed-off-by: Dimitris Zlatanidis --- slpkg/init.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/slpkg/init.py b/slpkg/init.py index 93557574..96fae866 100644 --- a/slpkg/init.py +++ b/slpkg/init.py @@ -784,8 +784,6 @@ class Update: raise SystemExit() def done_msg(self, repo): - """Printing done message - """ print(f"{self.grey}Check repository " f"[{self.cyan}{repo}{self.grey}] ... " f"{self.endc}", end="", flush=True)