Skip to content

Commit

Permalink
Fix comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed May 8, 2024
1 parent 1149f0b commit 309bced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/io_hubs_addon/dependencies/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

def get_selenium():
global selenium
if selenium == None:
if selenium is None:
selenium = load_dependency("selenium.webdriver")

return selenium

0 comments on commit 309bced

Please sign in to comment.