holoviz/datashader

Remove use of OrderedDict

Closed this issue · 0 comments

OrderedDict is used in a number of places in the codebase, and is no longer required as dict's order is guaranteed to be insertion order since Python 3.7.