Skip to content

Commit

Permalink
Remove better_exceptions and traceback
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 10, 2023
1 parent 2967c94 commit b84c41a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ciscoconfparse/models_cisco.py
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit b84c41a

Please sign in to comment.