lumen-org / modelbase

A SQL-like interface for python and the web to query probabilistic machine learning models and its data.
GNU Lesser General Public License v3.0
4 stars 1 forks source link

fix __init__.py #83

Open nandaloo opened 4 years ago

nandaloo commented 4 years ago

many if not all init.py s contain unneeded import statements. Clean this up, i.e. remove everything what is not needed or useful, but make sure it still works afterwards :)