Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyyeh committed Sep 21, 2021
1 parent 9e6e1ed commit 9abff86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dockers/docker-dhcp-relay/cli-plugin-tests/mock_config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from unittest.mock import call

TEST_DATA = [
[
"DHCPv6_Helpers",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import sys
import os
import pytest
sys.path.append('../cli/show/plugins/')
import show_dhcpv6_helper as show
Expand Down

0 comments on commit 9abff86

Please sign in to comment.