Migrate to new Blob type and update imports
This now uses the latest version of labthings-fastapi.
This commit is contained in:
parent
aa42e93154
commit
1ba799de22
6 changed files with 34 additions and 21 deletions
|
|
@ -13,7 +13,8 @@ from fastapi import Depends, HTTPException, Request
|
|||
from labthings_fastapi.dependencies.metadata import GetThingStates
|
||||
from labthings_fastapi.thing import Thing
|
||||
from labthings_fastapi.decorators import thing_action, thing_property
|
||||
from labthings_fastapi.server import find_thing_server, ThingServer
|
||||
from labthings_fastapi.dependencies.thing_server import find_thing_server
|
||||
from labthings_fastapi.server import ThingServer
|
||||
from labthings_fastapi.dependencies.invocation import InvocationLogger
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue