mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed code smells having rule 'Nested blocks of code should not be left empty'.
This commit is contained in:
committed by
Akshay Joshi
parent
707ff450b5
commit
c7a16a4bd5
@@ -150,8 +150,7 @@ def check_and_download_vnc_browser_image(browser_name, browser_version):
|
||||
elif idx == len(version_tag):
|
||||
print("{0} Image is not available.".format(image_name))
|
||||
vnc_image_available = False
|
||||
else:
|
||||
pass
|
||||
|
||||
return vnc_image_available
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user