fix: ruff lint error
This commit is contained in:
parent
9c5f1a2686
commit
d7457adeba
1 changed files with 1 additions and 4 deletions
|
|
@ -73,10 +73,7 @@ async def test_circular_reference_extraction():
|
|||
|
||||
for code_file in code_files:
|
||||
code_file.depends_on.extend(
|
||||
[
|
||||
code_files[random.randint(0, len(code_files) - 1)]
|
||||
for _ in range(2)
|
||||
]
|
||||
[code_files[random.randint(0, len(code_files) - 1)] for _ in range(2)]
|
||||
)
|
||||
code_file.contains.extend(
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue