Skip to content

Commit

Permalink
[Doc] Fix linter (ray-project#34474)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Niederfahrenhorst <[email protected]>
  • Loading branch information
ArturNiederfahrenhorst authored Apr 17, 2023
1 parent 6978985 commit a336644
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/determine_tests_to_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import re
import subprocess
import sys
from pprint import pformat
import traceback
from pprint import pformat


# NOTE(simon): do not add type hint here because it's ran using python2 in CI.
Expand Down
3 changes: 2 additions & 1 deletion scripts/py_dep_analysis_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ def test_from_import_class_object(self):


if __name__ == "__main__":
import pytest
import sys

import pytest

sys.exit(pytest.main(["-v", __file__]))

0 comments on commit a336644

Please sign in to comment.