DataBrewery / cubes

[NOT MAINTAINED] Light-weight Python OLAP framework for multi-dimensional data analysis
http://cubes.databrewery.org
Other
1.49k stars 314 forks source link

Fixed changed or missing imports #414

Closed martianboy closed 7 years ago

martianboy commented 7 years ago

Added missing imports and fixed changed query submodules.

Stiivi commented 7 years ago

Thank you!

Stiivi commented 7 years ago

Quick question: Which syntax checker are you running it through that works with Python 3.6 syntax?

pylint 3.6 support is not yet finished.

martianboy commented 7 years ago

PyCharm Community edition has a good support for Python 3.6 syntax and types, although with quite a few bugs.