From b84c41a2a84c9262198f94b1ace31615f4a2c751 Mon Sep 17 00:00:00 2001 From: mpenning Date: Tue, 10 Oct 2023 16:41:02 -0500 Subject: [PATCH] Remove better_exceptions and traceback --- ciscoconfparse/models_cisco.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ciscoconfparse/models_cisco.py b/ciscoconfparse/models_cisco.py index 4d44acb6..cf988c1c 100644 --- a/ciscoconfparse/models_cisco.py +++ b/ciscoconfparse/models_cisco.py @@ -1,13 +1,6 @@ from __future__ import absolute_import -import traceback import re -if False: - import better_exceptions - better_exceptions.MAX_LENGTH = None - better_exceptions.SUPPORTS_COLOR = True - better_exceptions.hook() - from ciscoconfparse.errors import DynamicAddressException from ciscoconfparse.ccp_util import (