diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-02 21:26:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-02 21:26:58 +0100 |
commit | 536cf9a527c8d90110853c879f35d402b6afb265 (patch) | |
tree | d959ff97865dded8705c2434dadb152331a541ce | |
parent | dc2e4cc804ecf0566d98f8ca54f110df65682c12 (diff) | |
parent | 0ab7bd402abd8269e80988bc300cc1e10cd25fd7 (diff) |
Merge pull request #34761 from Anutrix/remove_2_unused_imports
Remove unused imports in methods.py
-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 |