Skip to content

Commit 2e30dbe

Browse files
committed
Merge pull request #5400 from jenshnielsen/tornadoimport
add missing tornado import
2 parents 1e4823b + d58e82f commit 2e30dbe

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
@@ -22,6 +22,7 @@
2222
import warnings
2323

2424
import numpy as np
25+
import tornado
2526

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

0 commit comments

Comments
 (0)