Skip to content

Commit

Permalink
Fix minor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Junchao-Mellanox committed Oct 17, 2023
1 parent f492f43 commit daea57d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
from . import utils
from sonic_py_common import logger

import queue
import threading
import time

SFP_TEMPERATURE_SCALE = 1000
Expand Down
2 changes: 1 addition & 1 deletion platform/mellanox/mlnx-platform-api/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,4 @@ def test_timer(self):
mock_cb_1000_run_now.assert_called_once()
mock_cb_1000_run_future.assert_not_called()
mock_cb_1_run_future_once.assert_called_once()
assert mock_cb_1_run_future_repeat.call_count > 1
assert mock_cb_1_run_future_repeat.call_count > 1

0 comments on commit daea57d

Please sign in to comment.