Pārlūkot izejas kodu

Unused import (#4670)

Import is not required as it is not used

A module is imported (using the import statement) but that module is never used. This creates a dependency that does not need to exist and makes the code more difficult to read.
Matheus Rocha Vieira 6 gadi atpakaļ
vecāks
revīzija
1eae5bcd34
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      toolset/benchmark/test_types/framework_test_type.py

+ 0 - 1
toolset/benchmark/test_types/framework_test_type.py

@@ -1,5 +1,4 @@
 import copy
-import sys
 import json
 import requests
 import MySQLdb