From e74da0a1541bf21645953d5807cd1acc4106c814 Mon Sep 17 00:00:00 2001 From: Gopal Krishna Shukla <64097524+AxelB1011@users.noreply.github.com> Date: Thu, 22 Aug 2024 18:08:56 +0530 Subject: [PATCH] Missing newline --- tests/test_translator/test_lexer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_translator/test_lexer.py b/tests/test_translator/test_lexer.py index 5218af9e..c37f9d03 100644 --- a/tests/test_translator/test_lexer.py +++ b/tests/test_translator/test_lexer.py @@ -129,4 +129,4 @@ def test_data_types_tokenization(): try: tokenize_code(code) except SyntaxError: - pytest.fail("Data types tokenization not implemented.") \ No newline at end of file + pytest.fail("Data types tokenization not implemented.")