Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 258818f

Browse files
tacaswelldstansby
authored andcommitted
STY: whitespace + remove unused imports
1 parent df8d446 commit 258818f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/tests/backend_driver_sgskip.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
from argparse import ArgumentParser
2323

2424
import matplotlib.rcsetup as rcsetup
25-
from matplotlib.cbook import Bunch, dedent
2625

2726

2827
all_backends = list(rcsetup.all_backends) # to leave the original list alone
@@ -41,7 +40,7 @@
4140
excluded_files = {'units': ['date_support.py'],
4241
'widgets': ['lasso_selector_demo_sgskip.py'],
4342
'event_handling': ['ginput_manual_clabel_sgskip.py',
44-
'ginput_demo_sgskip.py',]}
43+
'ginput_demo_sgskip.py']}
4544
# dict of files to not run on specific backend
4645
failbackend = {'svg': ['tex_demo.py'],
4746
'agg': ['hyperlinks.py'],

0 commit comments

Comments
 (0)