Skip to content

Commit a33b44d

Browse files
bocon13mint570
authored andcommitted
Remove unused Python imports for LGTM
1 parent 0225f4c commit a33b44d

File tree

6 files changed

+0
-8
lines changed

6 files changed

+0
-8
lines changed

tests/p4rt/acl.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Lint as: python3
22
from swsscommon import swsscommon
33

4-
import time
54
import util
6-
import json
75

86
INGRESS_STAGE = "SAI_ACL_STAGE_INGRESS"
97
EGRESS_STAGE = "SAI_ACL_STAGE_EGRESS"

tests/p4rt/l3.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from swsscommon import swsscommon
22

3-
import time
43
import util
54
import json
65

tests/p4rt/test_l3.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from swsscommon import swsscommon
22

3-
import time
43
import pytest
54
import json
65
import util

tests/p4rt/test_p4rt_acl.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Lint as: python3
22
from swsscommon import swsscommon
33

4-
import time
54
import pytest
6-
import json
75
import util
86
import acl
97

tests/p4rt/test_p4rt_mirror.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from swsscommon import swsscommon
22

3-
import time
43
import util
54
import json
65

tests/p4rt/util.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
""" Defines common P4RT utility functions."""
22
from swsscommon import swsscommon
33

4-
import json
54
import time
65

76

0 commit comments

Comments
 (0)