Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Sep 4, 2020
1 parent 9b0c61f commit 3dc2c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions examples/simple_thing.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/usr/bin/env python
import time

from labthings import create_app, fields, find_component
from labthings import ActionView, PropertyView, create_app, fields, find_component, op
from labthings.example_components import PretendSpectrometer
from labthings.json import encode_json
from labthings.views import ActionView, PropertyView, op

"""
Class for our lab component functionality. This could include serial communication,
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from labthings import LabThing
from labthings.actions import Pool
from labthings.json import encode_json
from labthings.views import View, ActionView, PropertyView
from labthings.views import ActionView, PropertyView, View


class Helpers:
Expand Down

0 comments on commit 3dc2c05

Please sign in to comment.