Formatting

This commit is contained in:
Joel Collins 2020-11-30 17:11:37 +00:00
parent b8354d3e8e
commit 8b20975cb9
5 changed files with 7 additions and 3 deletions

View file

@ -5,6 +5,7 @@ from labthings import Schema, fields, find_component
from labthings.extensions import BaseExtension
from labthings.views import ActionView, PropertyView
# Create the extension class
class MyExtension(BaseExtension):
def __init__(self):