diff options
author | unknown <numaanzaheerahmed@yahoo.com> | 2020-01-03 01:02:38 +0530 |
---|---|---|
committer | unknown <numaanzaheerahmed@yahoo.com> | 2020-01-03 01:02:38 +0530 |
commit | 0ab7bd402abd8269e80988bc300cc1e10cd25fd7 (patch) | |
tree | d959ff97865dded8705c2434dadb152331a541ce | |
parent | dc2e4cc804ecf0566d98f8ca54f110df65682c12 (diff) |
Remove unused imports
-rw-r--r-- | methods.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/methods.py b/methods.py index 84074db0eb..23d66f7f1e 100644 --- a/methods.py +++ b/methods.py @@ -1,9 +1,7 @@ import os import os.path -import sys import re import glob -import string import subprocess from compat import iteritems, isbasestring, decode_utf8 |