From 748447b4a3e15f1eb4e3da65b74500e1ea8cc1d4 Mon Sep 17 00:00:00 2001 From: Shantanu Nighot <66414155+magbanum@users.noreply.github.com> Date: Sat, 26 Jun 2021 13:09:39 +0530 Subject: [PATCH] Removed Semicolon from Line-1 --- hello_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_test.py b/hello_test.py index 50e5608..1e6a9e6 100644 --- a/hello_test.py +++ b/hello_test.py @@ -1,4 +1,4 @@ -import hello; +import hello def test_hello(): assert hello.hello_world() == "Hello World!"