Jelajahi Sumber

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 tahun lalu
induk
melakukan
1eae5bcd34
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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