Skip to content

Commit 3cfcdb4

Browse files
committed
__init__ fix
1 parent 76ee1b9 commit 3cfcdb4

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

tikzplotlib/__init__.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
11
"""Script to convert Matplotlib generated figures into TikZ/PGFPlots figures.
22
"""
3-
from .__about__ import (
4-
__author__,
5-
__copyright__,
6-
__email__,
7-
__license__,
8-
__status__,
9-
__version__,
10-
)
3+
from .__about__ import __version__
114
from ._cleanfigure import clean_figure
125
from ._save import Flavors, get_tikz_code, save
136

147
__all__ = [
15-
"__author__",
16-
"__email__",
17-
"__copyright__",
18-
"__license__",
198
"__version__",
20-
"__status__",
219
"get_tikz_code",
2210
"save",
2311
"clean_figure",

0 commit comments

Comments
 (0)