Skip to content

Commit 3fec065

Browse files
author
Andy Landy
committed
fix flake
1 parent 67d5472 commit 3fec065

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

traceback_with_variables/default_global_hooks.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
from traceback_with_variables.color import ColorSchemes
2-
from traceback_with_variables.core import (
3-
hide,
4-
show,
5-
skip,
6-
)
2+
from traceback_with_variables.core import skip
73
from traceback_with_variables.global_hooks import (
84
global_print_exc_in_ipython,
95
global_print_exc,

0 commit comments

Comments
 (0)