Skip to content

Commit 3a74f15

Browse files
committed
.
1 parent 7cb33cd commit 3a74f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/tests/unit/scripts/test_check_lazy_imports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def __init__(self):
363363
assert 3 in violation_line_numbers # import vertexai (top-level)
364364
assert 4 in violation_line_numbers # import nltk (top-level)
365365
assert (
366-
21 in violation_line_numbers
366+
22 in violation_line_numbers
367367
) # from playwright.sync_api import BrowserContext (top-level)
368368

369369
# Function and method level imports should not be flagged

0 commit comments

Comments
 (0)