Skip to content

Commit

Permalink
ipaddr module to ipaddress for show command (sonic-net#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvisnu authored and lguohan committed Jan 24, 2020
1 parent 4387e61 commit db58367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion show/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import re
import subprocess
import sys
import ipaddr
import ipaddress

import click
from click_default_group import DefaultGroup
Expand Down

0 comments on commit db58367

Please sign in to comment.