Commit f7948cf3 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Device component - L3VPN Driver:

- Code cleanup
parent d98e5067
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
# limitations under the License.


import anytree, json, logging, re, requests, threading
import anytree, json, logging, re, threading
from typing import Any, Iterator, List, Optional, Tuple, Union
from common.method_wrappers.Decorator import MetricsPool, metered_subclass_method
from common.type_checkers.Checkers import chk_length, chk_string, chk_type