Skip to content

Commit 747916d

Browse files
authored
Merge pull request #12843 from timhoffm/auto-backport-of-pr-12824-on-v3.0.x
Backport PR #12824 on branch v3.0.x
2 parents c51266d + 5bd31ac commit 747916d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/matplotlib/dates.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
.. autosummary::
2020
:nosignatures:
2121
22+
datestr2num
2223
date2num
2324
num2date
2425
num2timedelta
@@ -155,10 +156,8 @@
155156
import matplotlib.cbook as cbook
156157
import matplotlib.ticker as ticker
157158

158-
_log = logging.getLogger(__name__)
159-
160-
__all__ = ('date2num', 'num2date', 'num2timedelta', 'drange', 'epoch2num',
161-
'num2epoch', 'mx2num', 'DateFormatter',
159+
__all__ = ('datestr2num', 'date2num', 'num2date', 'num2timedelta', 'drange',
160+
'epoch2num', 'num2epoch', 'mx2num', 'DateFormatter',
162161
'IndexDateFormatter', 'AutoDateFormatter', 'DateLocator',
163162
'RRuleLocator', 'AutoDateLocator', 'YearLocator',
164163
'MonthLocator', 'WeekdayLocator',

0 commit comments

Comments
 (0)