Skip to content

Commit 791a20c

Browse files
committed
Remove future print
1 parent 501571b commit 791a20c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/text_labels_and_annotations/date_index_formatter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
to leave out days on which there is no data, i.e. weekends. The example
88
below shows how to use an 'index formatter' to achieve the desired plot
99
"""
10-
from __future__ import print_function
1110
import numpy as np
1211
import matplotlib.pyplot as plt
1312
import matplotlib.cbook as cbook

0 commit comments

Comments
 (0)