sourceoptics / source_optics

Development has moved to BitBucket. Please clone from and send PRs to https://bitbucket.org/laserllama/sourceoptics/src/master/.
http://sourceoptics.io
20 stars 6 forks source link

Added missing import reference and moved model library imports to the… #166

Closed patgarcia closed 5 years ago

patgarcia commented 5 years ago

… top

Checked for potential circular imports but pls double-check. Left "from . statistic import Statistic" on line 54 to check more carefully at a later time before moving it to the top of the file.

mpdehaan commented 5 years ago

Thank you!