From 9f65f0a6ff853ac99973bf8882af6310ab4fb81e Mon Sep 17 00:00:00 2001
From: Hamish Graham <hamish.graham@cern.ch>
Date: Tue, 14 Sep 2021 16:28:14 +0200
Subject: [PATCH] remove rich

---
 tree_maker/tag.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tree_maker/tag.py b/tree_maker/tag.py
index be5f086..0e7a06f 100644
--- a/tree_maker/tag.py
+++ b/tree_maker/tag.py
@@ -7,9 +7,7 @@ import pytz
 import json
 from collections import OrderedDict
 from time import sleep
-import rich
-from rich.progress import track
-from rich.progress import Progress
+
 
 # load the configuration
 def read_yaml(myfile, verbose=False):
-- 
GitLab