8000 Add missing datetime import to webagg · matplotlib/matplotlib@c0ef2d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit c0ef2d1

Browse files
committed
Add missing datetime import to webagg
Fixes the use of mpldatacursor in the nb/webagg backend
1 parent e6f187a commit c0ef2d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/backends/backend_webagg_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
import numpy as np
2525
import tornado
26+
import datetime
2627

2728
from matplotlib.backends import backend_agg
2829
from matplotlib.figure import Figure

0 commit comments

Comments
 (0)
0