fixing defs

This commit is contained in:
Cayo Puigdefabregas 2021-05-10 11:52:10 +02:00
parent dc5d8fcbe0
commit e2898b22a3
1 changed files with 1 additions and 1 deletions

View File

@ -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