Skip to content

Commit

Permalink
Fix flake8 complaints in tests/test_core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
padraic-padraic committed Sep 12, 2023
1 parent 60a144c commit 2df85b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grafanalib/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 2df85b5

Please sign in to comment.