Skip to content
Snippets Groups Projects
Commit 1da44ed0 authored by Mohammad Torkashvand's avatar Mohammad Torkashvand Committed by Karel van Klink
Browse files

make vale happy

parent 28e7ecea
No related branches found
No related tags found
1 merge request!383Feature/refacture l3 core services
......@@ -26,12 +26,12 @@ class IASInactive(BaseL3SubscriptionModel, is_base=True):
@property
def l3_core(self) -> L3CoreServiceBlockInactive:
"""Getter: Retrieve the l3_core from the 'ias' attribute."""
"""Getter: Retrieve the l3_core from the ``ias`` attribute."""
return self.ias.l3_core
@l3_core.setter
def l3_core(self, value: L3CoreServiceBlockInactive) -> None:
"""Setter: Set the l3_core on the 'ias' attribute."""
"""Setter: Set the l3_core on the ``ias`` attribute."""
self.ias.l3_core = value
@property
......@@ -59,12 +59,12 @@ class ImportedIASInactive(BaseL3SubscriptionModel, is_base=True):
@property
def l3_core(self) -> L3CoreServiceBlockInactive:
"""Getter: Retrieve the l3_core from the 'ias' attribute."""
"""Getter: Retrieve the l3_core from the ``ias`` attribute."""
return self.ias.l3_core
@l3_core.setter
def l3_core(self, value: L3CoreServiceBlockInactive) -> None:
"""Setter: Set the l3_core on the 'ias' attribute."""
"""Setter: Set the l3_core on the ``ias`` attribute."""
self.ias.l3_core = value
@property
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment