diff options
author | Sakthipriyan Vairamani <thechargingvolcano@gmail.com> | 2016-06-29 23:48:43 +0530 |
---|---|---|
committer | Sakthipriyan Vairamani <thechargingvolcano@gmail.com> | 2016-07-08 20:17:08 +0530 |
commit | 89ede72fca942e7ceffd414e795e3d2c5e09ed0a (patch) | |
tree | 90df9669f99189e7023f7ade4284af853921e095 /test/testpy | |
parent | 3ae4377a4711e2814dad1080acefda5fffe1def9 (diff) | |
download | node-new-89ede72fca942e7ceffd414e795e3d2c5e09ed0a.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 |