Merge pull request #34761 from Anutrix/remove_2_unused_imports

Remove unused imports in methods.py
This commit is contained in:
Rémi Verschelde 2020-01-02 21:26:58 +01:00 committed by GitHub
commit 536cf9a527
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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