Skip to content

Commit 6328662

Browse files
committed
Remove unnecessary pass statement
1 parent 28ef452 commit 6328662

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/arguments/utility.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,6 @@ def get_browser_driver(self):
367367
except ValueError:
368368
print("You do not have one of these supported browsers:" +
369369
"Chrome, Firefox, Edge")
370-
pass
371370

372371
# Get an access token and extract to a JSON file "access_token.json"
373372
@classmethod

0 commit comments

Comments
 (0)