From e42ab344b5eef11458f49cd4f5969800019d1e79 Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Thu, 25 Jan 2024 13:34:35 -0500 Subject: [PATCH] Add newline at EOF --- tests/test_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plugin.py b/tests/test_plugin.py index 853ca47..e935846 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -56,4 +56,4 @@ def test_root_dir_not_found(tmp_path, monkeypatch): def test_action(): plugin = Plugin() action = plugin.action(query) - assert action == {'method': 'query', 'parameters': []} \ No newline at end of file + assert action == {'method': 'query', 'parameters': []}