Skip to content

Commit 3ec698c

Browse files
committed
test fix
1 parent 8b17814 commit 3ec698c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

test/test_deterministic_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# the same process, the order of axis parameters is deterministic.
99
plot_code = """
1010
import sys
11-
import numpy as np as np
11+
import numpy as np
1212
from matplotlib import pyplot as plt
1313
import tikzplotlib
1414

tikzplotlib/_axes.py

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

76
from . import _color
87

0 commit comments

Comments
 (0)