Removes comments

This commit is contained in:
Dimitris Zlatanidis 2023-04-22 16:26:44 +03:00
parent 6c6b9571fc
commit de92e72fca

View file

@ -702,4 +702,4 @@ class UpdateRepository(Configs):
shutil.rmtree(repo_path)
print(f"Deleted: '{repo_path}'")
print() # new line at the end
print()