Skip to content

Commit 31e80c8

Browse files
committed
clean codes
Signed-off-by: Bo Deng <[email protected]>
1 parent 8a679e8 commit 31e80c8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/integration/defs/disaggregated/test_disaggregated.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@
2828

2929
def cleanup_output_files():
3030
"""Clean up output files from previous runs."""
31-
for file in [
32-
'output.json', 'output_streaming.json', 'ucx_config.yaml',
33-
'nixl_config.yaml'
34-
]:
31+
for file in ['output.json', 'output_streaming.json']:
3532
try:
3633
os.remove(file)
3734
except FileNotFoundError:

0 commit comments

Comments
 (0)