gen_gl_wrappers: remove unused imports
Fixes LGTM warnings: * Import of 'cProfile' is not used. * Import of 'pdb' is not used. * Import of 'string' is not used. * Import of 'time' is not used. Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru>
This commit is contained in:
parent
1eddcbe5c4
commit
4422177d26
|
@ -24,7 +24,7 @@
|
|||
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
# MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
|
||||
|
||||
import sys, time, pdb, string, cProfile
|
||||
import sys
|
||||
from reg import *
|
||||
|
||||
# Default input / log files
|
||||
|
|
Loading…
Reference in New Issue