We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ecc50e commit dbaed92Copy full SHA for dbaed92
easybuild/tools/py2vs3/py2.py
@@ -43,7 +43,7 @@
43
from urllib2 import HTTPError, HTTPSHandler, Request, URLError, build_opener, urlopen # noqa
44
45
# reload function (built-in in Python 2)
46
-reload = reload
+reload = reload # noqa: F821
47
48
# string type that can be used in 'isinstance' calls
49
string_type = basestring
0 commit comments