Skip to content

Commit 34aa7a3

Browse files
author
sampan
committed
remove unused import
Signed-off-by: sampan <sampan@anyscale.com>
1 parent 092f29e commit 34aa7a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/ray/tests/unit/test_auth_token_loader.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import tempfile
55
import threading
66
from pathlib import Path
7-
from unittest import mock
87

98
import pytest
109

@@ -317,4 +316,3 @@ def test_token_loader_with_ray_init(self, default_token_path):
317316
assert default_token_path.exists()
318317
saved_token = default_token_path.read_text().strip()
319318
assert saved_token == token
320-

0 commit comments

Comments
 (0)