Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 05bbbbf

Browse files
committed
No need to define _log twice in matplotlib.dates.
1 parent 32ad86f commit 05bbbbf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/matplotlib/dates.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@
155155
import matplotlib.cbook as cbook
156156
import matplotlib.ticker as ticker
157157

158-
_log = logging.getLogger(__name__)
159-
160158
__all__ = ('date2num', 'num2date', 'num2timedelta', 'drange', 'epoch2num',
161159
'num2epoch', 'mx2num', 'DateFormatter',
162160
'IndexDateFormatter', 'AutoDateFormatter', 'DateLocator',
@@ -171,8 +169,6 @@
171169

172170

173171
_log = logging.getLogger(__name__)
174-
175-
176172
UTC = datetime.timezone.utc
177173

178174

0 commit comments

Comments
 (0)