Skip to content

Commit

Permalink
Fix ruff checks
Browse files Browse the repository at this point in the history
  • Loading branch information
spacentropy committed Apr 19, 2024
1 parent 7799f78 commit f46d05b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/query_runner/test_azure_kusto.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

from redash.query_runner.azure_kusto import AzureKusto


class TestAzureKustoQueryRunner(unittest.TestCase):
def setUp(self):
self.query_runner = AzureKusto({})

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

0 comments on commit f46d05b

Please sign in to comment.