File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616import os
1717import re
1818import shutil
19- import stat # Fixed after pylint 1.7.2 was released pylint: disable=bad-python3-import
19+ import stat # Likely fixed in pylint 1.8.x series # pylint: disable=bad-python3-import
2020import subprocess
2121import time
2222from optparse import OptionParser # pylint: disable=deprecated-module
Original file line number Diff line number Diff line change 1515import platform
1616import re
1717import shutil
18- import stat # Fixed after pylint 1.7.2 was released pylint: disable=bad-python3-import
18+ import stat # Likely fixed in pylint 1.8.x series # pylint: disable=bad-python3-import
1919import subprocess
2020import sys
2121import urllib
Original file line number Diff line number Diff line change 1515import platform
1616import re
1717import shutil
18- import stat # Fixed after pylint 1.7.2 was released pylint: disable=bad-python3-import
18+ import stat # Likely fixed in pylint 1.8.x series # pylint: disable=bad-python3-import
1919import subprocess
2020import sys
2121import time
You can’t perform that action at this time.
0 commit comments