Skip to content

Commit 31b659c

Browse files
committed
[py] Remove bool
1 parent b443338 commit 31b659c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def fin():
178178
# and doesn't seems to be stable enough, causing the flakiness of the
179179
# subsequent tests.
180180
# Remove this when BiDi implementation and API is stable.
181-
if bool(request.config.option.bidi):
181+
if request.config.option.bidi:
182182

183183
def fin():
184184
global driver_instance

0 commit comments

Comments
 (0)