Updated for f string

This commit is contained in:
Dimitris Zlatanidis 2023-05-18 20:35:39 +03:00
parent c2809e1121
commit d2a78b79f9

View file

@ -82,7 +82,7 @@ class Cleanings(Configs):
print(f"{self.byellow}Successfully cleared!{self.endc}\n\n"
"You need to update the package lists now:\n\n"
" $ slpkg update\n")
f"{'':>2}$ slpkg update\n")
def delete_repositories_data(self) -> None:
""" Deletes local folders with the repository downloaded data. """