Browse Source

Merge pull request #34761 from Anutrix/remove_2_unused_imports

Remove unused imports in methods.py
Rémi Verschelde 5 năm trước cách đây
mục cha
commit
536cf9a527
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      methods.py

+ 0 - 2
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