Skip to content

Commit

Permalink
style: 💄 lint
Browse files Browse the repository at this point in the history
fix lint
  • Loading branch information
duyifanict committed Dec 6, 2024
1 parent 986ff74 commit 7d5cac9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/basicts_test/test_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@


class TestLauncher(unittest.TestCase):
"""
Test cases for the launcher.
"""

@patch('basicts.launcher.get_logger')
@patch('basicts.launcher.os.path.exists')
Expand Down Expand Up @@ -84,4 +87,4 @@ def test_evaluation_func(self, mock_path_exists, mock_get_logger):
mock_runner.test_pipeline.assert_called_once_with(cfg=test_cfg, save_metrics=True, save_results=True)

if __name__ == '__main__':
unittest.main()
unittest.main()

0 comments on commit 7d5cac9

Please sign in to comment.