rm pprint

This commit is contained in:
Pheenoh
2023-06-26 21:05:52 -06:00
parent 9848341fa8
commit 74049a906f
-1
View File
@@ -45,7 +45,6 @@ try:
from rich.progress import Progress
from rich.text import Text
from rich.table import Table
from pprint import pprint
except ImportError as ex:
_handle_import_error(ex)