We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb33cd commit 3a74f15Copy full SHA for 3a74f15
backend/tests/unit/scripts/test_check_lazy_imports.py
@@ -363,7 +363,7 @@ def __init__(self):
363
assert 3 in violation_line_numbers # import vertexai (top-level)
364
assert 4 in violation_line_numbers # import nltk (top-level)
365
assert (
366
- 21 in violation_line_numbers
+ 22 in violation_line_numbers
367
) # from playwright.sync_api import BrowserContext (top-level)
368
369
# Function and method level imports should not be flagged
0 commit comments