Formatting

This commit is contained in:
Joel Collins 2020-11-12 14:33:08 +00:00
parent 5119e2c544
commit 6644819352
11 changed files with 16 additions and 14 deletions

View file

@ -1,7 +1,7 @@
import logging
from flask import abort
from labthings import find_component, fields
from labthings import fields, find_component
from labthings.marshalling import use_args
from labthings.utilities import create_from_path, get_by_path, set_by_path
from labthings.views import PropertyView, View