Commit f83b20e5 authored by Adrian Pino's avatar Adrian Pino
Browse files

Fix EdgeApplicationManagementInterface import in i2Edge

parent 7dfa759f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Mocked API for testing purposes
from typing import Dict, List, Optional
from edgecloud_interface import EdgeApplicationManagementInterface
from edgecloud.core.edgecloud_interface import EdgeApplicationManagementInterface

class EdgeApplicationManager(EdgeApplicationManagementInterface):
    def onboard_app(self, app_manifest: Dict) -> Dict: