From fb44dd69ffce8bf24d5e5bccaef08a0cde1b4cbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draic=20Calpin?= Date: Tue, 12 Sep 2023 15:18:27 +0100 Subject: [PATCH] Fix flake8 complaints in tests/test_core.py --- grafanalib/tests/test_core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/grafanalib/tests/test_core.py b/grafanalib/tests/test_core.py index 1a96aea1..02885796 100644 --- a/grafanalib/tests/test_core.py +++ b/grafanalib/tests/test_core.py @@ -1191,6 +1191,7 @@ def test_sql_target_with_source_files(): assert t.to_json_data()["targets"][0].rawSql == "SELECT example\nFROM test\nWHERE example='example' AND example_date BETWEEN '1970-01-01' AND '1971-01-01';\n" print(t.to_json_data()["targets"][0]) + class TestDashboardLink(): def test_validators(self):