Skip to content

Commit 3dc2c05

Browse files
author
Joel Collins
committed
Formatting
1 parent 9b0c61f commit 3dc2c05

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

examples/simple_thing.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/usr/bin/env python
22
import time
33

4-
from labthings import create_app, fields, find_component
4+
from labthings import ActionView, PropertyView, create_app, fields, find_component, op
55
from labthings.example_components import PretendSpectrometer
66
from labthings.json import encode_json
7-
from labthings.views import ActionView, PropertyView, op
87

98
"""
109
Class for our lab component functionality. This could include serial communication,

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from labthings import LabThing
1414
from labthings.actions import Pool
1515
from labthings.json import encode_json
16-
from labthings.views import View, ActionView, PropertyView
16+
from labthings.views import ActionView, PropertyView, View
1717

1818

1919
class Helpers:

0 commit comments

Comments
 (0)