Commit 4ea13835 authored by Mohamad Rahhal's avatar Mohamad Rahhal
Browse files

Merge branch 'feat/365-cttc-new-mikrotik-routeros-sbi-driver-for-l2-evpns' of...

Merge branch 'feat/365-cttc-new-mikrotik-routeros-sbi-driver-for-l2-evpns' of https://labs.etsi.org/rep/tfs/controller into feat/390-cttc-integration-of-spine-leaf-fabric-management
parents 7c15dc2a ed3e0e55
Loading
Loading
Loading
Loading
+308 −311
Original line number Diff line number Diff line
@@ -14,8 +14,6 @@

import json, logging, threading
from typing import Any, List, Tuple, Union
from unicodedata import name
from venv import logger
from common.method_wrappers.Decorator import MetricsPool, metered_subclass_method
from common.type_checkers.Checkers import chk_string, chk_type
from device.service.driver_api._Driver import _Driver, RESOURCE_ENDPOINTS, RESOURCE_NETWORK_INSTANCES
@@ -831,4 +829,3 @@ class MikrotikRouterOSDriver(_Driver):
                    results.append(e)

        return results
    
 No newline at end of file
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.