Commit ed3e0e55 authored by Mohamad Rahhal's avatar Mohamad Rahhal
Browse files

Mikrotik Driver:

-Cleaning code
parent 86024602
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.