浏览代码

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 年之前
父节点
当前提交
1eae5bcd34
共有 1 个文件被更改,包括 0 次插入1 次删除
  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