Skip to content

Commit 9cbc4b9

Browse files
committed
format
1 parent 3ec698c commit 9cbc4b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tikzplotlib/_axes.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import matplotlib as mpl
22
import numpy as np
3-
from matplotlib.backends.backend_pgf import \
4-
common_texification as mpl_common_texification
3+
from matplotlib.backends.backend_pgf import (
4+
common_texification as mpl_common_texification,
5+
)
56

67
from . import _color
78

0 commit comments

Comments
 (0)