mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
* Fix superset cli for python3 dict.iteritems() has been removed since dict.items() returns an iterable in python3. Shouldn't be a big deal for python2 to load all the data into a list. Fix #1756 * bin/superset: avoid some work when reading config We don't need to unpack and then pack again a dictionary.