Forráskód Böngészése

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 éve
szülő
commit
1eae5bcd34
1 módosított fájl, 0 hozzáadás és 1 törlés
  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