Skip to content

Commit 90d9149

Browse files
committed
Fix pre-commit
1 parent af15e86 commit 90d9149

File tree

2 files changed

+138
-139
lines changed

2 files changed

+138
-139
lines changed

tests/baseline/2.0.x/test_format_svg.svg

Lines changed: 137 additions & 137 deletions
Loading

tests/test_pytest_mpl.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
import matplotlib.ft2font
1010
import matplotlib.pyplot as plt
1111
import pytest
12-
from packaging.version import Version
13-
1412
from matplotlib.testing.compare import converter
13+
from packaging.version import Version
1514

1615
MPL_VERSION = Version(matplotlib.__version__)
1716

0 commit comments

Comments
 (0)