Skip to content

Commit

Permalink
Update verify.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cherifimehdi authored May 9, 2024
1 parent 0b461b8 commit b9b115c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/sdk-pkg/src/genie/libs/sdk/apis/iosxe/eigrp/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ def verify_eigrp_interfaces_timers(
check_interval (`int`): Check interval, default: 10
Returns:
result (bool): Verified result
True
False
"""
assert isinstance(auto_sys, int), "auto_sys must be int"
assert isinstance(vrf, str), "vrf must be str"
Expand Down

0 comments on commit b9b115c

Please sign in to comment.