Skip to content

Commit

Permalink
Fix import error for DHCP relay CLI (#9691)
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Bitton <shlomibi@nvidia.com>
  • Loading branch information
shlomibitton authored and judyjoseph committed Jan 17, 2022
1 parent 74959dc commit 88342f9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import sys
import click
from show.plugins.dhcprelay import DHCPv6_Counter
import importlib
importlib.import_module('show.plugins.dhcp-relay')

import utilities_common.cli as clicommon

Expand Down

0 comments on commit 88342f9

Please sign in to comment.