Skip to content

Commit 4113c85

Browse files
committed
fixed random text insertion
1 parent fb94497 commit 4113c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fsteprom __future__ import division, print_function
1+
from __future__ import division, print_function
22
import math
33
import warnings
44
from operator import itemgetter

0 commit comments

Comments
 (0)