From 5364f4dbe5079681388c3ee425ae80f4cfffa8c9 Mon Sep 17 00:00:00 2001 From: Pheenoh Date: Mon, 26 Jun 2023 21:05:52 -0600 Subject: [PATCH] rm pprint --- tools/tp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/tp.py b/tools/tp.py index 5a4785c5aca..f9b227bcb4d 100644 --- a/tools/tp.py +++ b/tools/tp.py @@ -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)