mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-07 14:35:48 +01:00
PEP8 double aggressive E401
This commit is contained in:
@@ -1532,7 +1532,8 @@ def checkInternet():
|
||||
if fileExists('/usr/lib/python3.8'):
|
||||
return True
|
||||
else:
|
||||
import urllib2, urllib
|
||||
import urllib2
|
||||
import urllib
|
||||
try:
|
||||
response = urllib2.urlopen("http://google.com", None, 5)
|
||||
response.close()
|
||||
|
||||
Reference in New Issue
Block a user