Skip to content

Commit 53cac82

Browse files
committed
chore: fix linting in bulk imports
1 parent b826ae1 commit 53cac82

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/functional/api/test_bulk_imports.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import time
2+
23
import pytest
34

45
import gitlab
@@ -15,7 +16,7 @@ def bulk_import_enabled(gl: gitlab.Gitlab):
1516
# todo: why so fussy with feature flag timing?
1617
time.sleep(5)
1718
get_settings = gl.settings.get()
18-
assert get_settings.bulk_import_enabled == True
19+
assert get_settings.bulk_import_enabled is True
1920

2021
yield settings
2122

0 commit comments

Comments
 (0)