Explorar o código

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 %!s(int64=6) %!d(string=hai) anos
pai
achega
1eae5bcd34
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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