mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
FRR: carp_event_handler annotate function parameters
This commit is contained in:
@@ -24,9 +24,11 @@
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
"""
|
||||
from . import InterfaceStatus, VtySH
|
||||
|
||||
|
||||
class BaseEventHandler:
|
||||
def __init__(self, ifstatus, vtysh):
|
||||
def __init__(self, ifstatus: InterfaceStatus, vtysh: VtySH):
|
||||
self.ifstatus = ifstatus
|
||||
self.vtysh = vtysh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user