Skip to content

Commit

Permalink
Remove unused Python imports for LGTM
Browse files Browse the repository at this point in the history
  • Loading branch information
bocon13 authored and mint570 committed Nov 30, 2021
1 parent 0225f4c commit a33b44d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions tests/p4rt/acl.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Lint as: python3
from swsscommon import swsscommon

import time
import util
import json

INGRESS_STAGE = "SAI_ACL_STAGE_INGRESS"
EGRESS_STAGE = "SAI_ACL_STAGE_EGRESS"
Expand Down
1 change: 0 additions & 1 deletion tests/p4rt/l3.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from swsscommon import swsscommon

import time
import util
import json

Expand Down
1 change: 0 additions & 1 deletion tests/p4rt/test_l3.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from swsscommon import swsscommon

import time
import pytest
import json
import util
Expand Down
2 changes: 0 additions & 2 deletions tests/p4rt/test_p4rt_acl.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Lint as: python3
from swsscommon import swsscommon

import time
import pytest
import json
import util
import acl

Expand Down
1 change: 0 additions & 1 deletion tests/p4rt/test_p4rt_mirror.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from swsscommon import swsscommon

import time
import util
import json

Expand Down
1 change: 0 additions & 1 deletion tests/p4rt/util.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
""" Defines common P4RT utility functions."""
from swsscommon import swsscommon

import json
import time


Expand Down

0 comments on commit a33b44d

Please sign in to comment.