Skip to content

Commit 4e4d810

Browse files
committed
Adding OrderedDict import
1 parent a62a001 commit 4e4d810

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

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

88
import re
99
import setuptools
10+
from collections import OrderedDict
1011

1112
INSTALL_REQUIRES = ['matplotlib>=3.0.0',
1213
'bokeh>=1.0.2',

0 commit comments

Comments
 (0)