Skip to content

Commit

Permalink
test: Remove unused Python imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Dec 23, 2024
1 parent 82967c9 commit b61c6df
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/browser/docker/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#
import time

from urllib import request

from skywalking import agent, config

if __name__ == '__main__':
Expand Down
1 change: 0 additions & 1 deletion test/e2e-v2/cases/python/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# limitations under the License.
#

import urllib.parse
from urllib import request

from skywalking import agent, config
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/python/provider-kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

import time

from urllib import request

from skywalking import agent, config

if __name__ == '__main__':
Expand Down
2 changes: 0 additions & 2 deletions test/e2e-v2/cases/python/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

import time

from urllib import request

from skywalking import agent, config

if __name__ == '__main__':
Expand Down

0 comments on commit b61c6df

Please sign in to comment.