fix: app description with '...' even when it is short

This commit is contained in:
Vinicius Moreira
2019-10-07 18:55:18 -03:00
parent 9347561f57
commit 2e2c6bab90
2 changed files with 1 additions and 2 deletions

View File

@@ -105,7 +105,6 @@ class AppImageManager(SoftwareManager):
return {AppImage}
def clean_cache_for(self, pkg: AppImage):
# TODO
pass
def get_info(self, pkg: AppImage) -> dict: