##// END OF EJS Templates
Merge pull request #3518 from takluyver/unused-imports...
Merge pull request #3518 from takluyver/unused-imports Clear up unused imports Static analysis revealed a load of things that are imported but not used. I've tried to leave things that look like part of the API, and clear up other things. Noticed a few test functions which had been copy-pasted without changing the name, in which case only the later one will run. I gave them separate names.

File last commit:

r11136:236c00b7
r11158:6634a6b8 merge
Show More
__init__.py
10 lines | 369 B | text/x-python | PythonLexer
# Class base Transformers
from .activatable import ActivatableTransformer
from .base import ConfigurableTransformer
from .extractfigure import ExtractFigureTransformer
from .revealhelp import RevealHelpTransformer
from .latex import LatexTransformer
from .sphinx import SphinxTransformer
# decorated function Transformers
from .coalescestreams import coalesce_streams