Skip to content

Commit 9abff86

Browse files
committed
Remove unused import
1 parent 9e6e1ed commit 9abff86

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

dockers/docker-dhcp-relay/cli-plugin-tests/mock_config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from unittest.mock import call
2-
31
TEST_DATA = [
42
[
53
"DHCPv6_Helpers",

dockers/docker-dhcp-relay/cli-plugin-tests/test_show_dhcpv6_helper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import sys
2-
import os
31
import pytest
42
sys.path.append('../cli/show/plugins/')
53
import show_dhcpv6_helper as show

0 commit comments

Comments
 (0)