From 52f9340929d9e5f7ab51243bc06ab82eb99e9dc7 Mon Sep 17 00:00:00 2001 From: mdeshmu Date: Mon, 29 May 2023 20:02:55 +0530 Subject: [PATCH] add line at the end so that github stops complaining --- pyhive/tests/test_sasl_compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyhive/tests/test_sasl_compat.py b/pyhive/tests/test_sasl_compat.py index beea058c..f1c81a62 100644 --- a/pyhive/tests/test_sasl_compat.py +++ b/pyhive/tests/test_sasl_compat.py @@ -304,4 +304,4 @@ def test_step_server_answer(self): ) sasl.step(serverResponse) # assert that step choses the only supported QOP for for DIGEST-MD5 - self.assertEqual(self.sasl.qop, QOP.AUTH) \ No newline at end of file + self.assertEqual(self.sasl.qop, QOP.AUTH)