From e2898b22a3f19b1880264829770f63ad2ab8505a Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Mon, 10 May 2021 11:52:10 +0200 Subject: [PATCH] fixing defs --- ereuse_devicehub/resources/action/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ereuse_devicehub/resources/action/__init__.py b/ereuse_devicehub/resources/action/__init__.py index 93716d44..368b4528 100644 --- a/ereuse_devicehub/resources/action/__init__.py +++ b/ereuse_devicehub/resources/action/__init__.py @@ -3,7 +3,7 @@ from typing import Callable, Iterable, Tuple from teal.resource import Converters, Resource from ereuse_devicehub.resources.action import schemas -from ereuse_devicehub.resources.action.views import (ActionView, AllocateView, DeallocateView, +from ereuse_devicehub.resources.action.views.views import (ActionView, AllocateView, DeallocateView, LiveView) from ereuse_devicehub.resources.device.sync import Sync