diff options
author | Sakthipriyan Vairamani <thechargingvolcano@gmail.com> | 2016-06-29 23:48:43 +0530 |
---|---|---|
committer | Evan Lucas <evanlucas@me.com> | 2016-07-13 06:50:48 -0500 |
commit | fa99dadda4b646bfb07c60e09742f7a2ad9c524d (patch) | |
tree | 110db1adbcb452a546227b88532d082fdf7c71ed /test/testpy | |
parent | 80ca0630a6e0f6ba066396ae096f40d0b350ca89 (diff) | |
download | node-new-fa99dadda4b646bfb07c60e09742f7a2ad9c524d.tar.gz |
tools: remove unnecessary imports and assignments
PR-URL: https://github.com/nodejs/node/pull/7483
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'test/testpy')
-rw-r--r-- | test/testpy/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/testpy/__init__.py b/test/testpy/__init__.py index b1f1519e91..9fff0b969c 100644 --- a/test/testpy/__init__.py +++ b/test/testpy/__init__.py @@ -27,9 +27,6 @@ import test import os -import shutil -from os import mkdir -from glob import glob from os.path import join, dirname, exists import re |