test: Remove unused Python imports (#12896)

This commit is contained in:
Christian Clauss 2024-12-23 08:32:32 -05:00 committed by GitHub
parent 3601ba14d4
commit 6fb8f234fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 0 additions and 7 deletions

View File

@ -16,8 +16,6 @@
#
import time
from urllib import request
from skywalking import agent, config
if __name__ == '__main__':

View File

@ -15,7 +15,6 @@
# limitations under the License.
#
import urllib.parse
from urllib import request
from skywalking import agent, config

View File

@ -17,8 +17,6 @@
import time
from urllib import request
from skywalking import agent, config
if __name__ == '__main__':

View File

@ -17,8 +17,6 @@
import time
from urllib import request
from skywalking import agent, config
if __name__ == '__main__':