Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
s5u13b committed Nov 27, 2024
1 parent 43df148 commit d9f0eb3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/e2e_test/test_bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ def run_bench_command(command):

with open("performance.txt", "w", encoding="utf-8") as f:
f.write(parse_log_file())

await asyncio.sleep(3)
1 change: 0 additions & 1 deletion tests/e2e_test/test_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import re
import pytest
import torch
import pandas as pd
import ray

# pylint: disable=unused-import
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e_test/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
import time
import os
import subprocess
from datetime import datetime
import pytest
import ray
import requests
from datetime import datetime


def parse_launch_mode(launch_mode: str):
Expand Down
Empty file modified tools/run_test.sh
100644 → 100755
Empty file.

0 comments on commit d9f0eb3

Please sign in to comment.