Skip to content

Commit

Permalink
[show] Add missing import to fix show ip interfaces (#1126)
Browse files Browse the repository at this point in the history
Add the missing import of `netaddr` for `show ip interfaces`.

Signed-off-by: Longxiang Lyu <lolv@microsoft.com>
  • Loading branch information
lolyu committed Sep 23, 2020
1 parent 9a05c23 commit 2f79ac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions show/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#! /usr/bin/python -u

import json
import netaddr
import os
import subprocess
import sys
Expand Down

0 comments on commit 2f79ac1

Please sign in to comment.