Skip to content

Commit 2335616

Browse files
committed
logitscale: TestLogitFormatter, import order
1 parent d81550e commit 2335616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_ticker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import warnings
2+
import re
23

34
import numpy as np
45
from numpy.testing import assert_almost_equal, assert_array_equal
56
import pytest
6-
import re
77

88
import matplotlib
99
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)