Skip to content

Commit dbaed92

Browse files
committed
Fix flake8 of py2.py
1 parent 5ecc50e commit dbaed92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/py2vs3/py2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
from urllib2 import HTTPError, HTTPSHandler, Request, URLError, build_opener, urlopen # noqa
4444

4545
# reload function (built-in in Python 2)
46-
reload = reload
46+
reload = reload # noqa: F821
4747

4848
# string type that can be used in 'isinstance' calls
4949
string_type = basestring

0 commit comments

Comments
 (0)