summaryrefslogtreecommitdiff
path: root/frr-evpn-route-watcher/task.py
diff options
context:
space:
mode:
Diffstat (limited to 'frr-evpn-route-watcher/task.py')
-rwxr-xr-xfrr-evpn-route-watcher/task.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/frr-evpn-route-watcher/task.py b/frr-evpn-route-watcher/task.py
index dfd981e..4b497ea 100755
--- a/frr-evpn-route-watcher/task.py
+++ b/frr-evpn-route-watcher/task.py
@@ -1,8 +1,8 @@
+#!/usr/bin/env python3
import json
import ipaddress
import subprocess
import re
-import time
def get_frr_vrfs():
"""Gets the list of vrf VNIs configured in FRR"""