Revert "fix(jobspec): Delete ipsec nfv density tests"
[csit.git] / resources / libraries / python / LispSetup.py
index 59cb1a8..9e3ef97 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2016-2020 Cisco and/or its affiliates.
+# Copyright (c) 2024 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -40,8 +40,8 @@ class LispEid:
         :type eid: str
         :type prefix_len: int
         """
-        eid_addr = dict(prefix=IPUtil.create_prefix_object(
-            ip_address(eid), prefix_len)
+        eid_addr = dict(
+            prefix=IPUtil.create_prefix_object(ip_address(eid), prefix_len)
         ) if prefix_len else dict(mac=str(eid))
 
         return dict(