Improved flake8 results

This commit is contained in:
Joel Collins 2019-05-24 16:32:20 +01:00
parent fb606b189d
commit 3b9ef670fe
24 changed files with 256 additions and 126 deletions

View file

@ -1,4 +1,4 @@
__all__ = ['Microscope', 'config', 'task', 'lock']
__all__ = ['Microscope', 'config', 'task', 'lock', 'utilities']
__version__ = "0.1.0"
from .microscope import Microscope