From ce4ede51b12f26c5b970c0c75212fc0362ef8137 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 20 Jun 2025 08:21:28 -0500 Subject: [PATCH] removed hello stub --- src/ad_test/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ad_test/__init__.py b/src/ad_test/__init__.py index 63cea55..e69de29 100644 --- a/src/ad_test/__init__.py +++ b/src/ad_test/__init__.py @@ -1,2 +0,0 @@ -def hello() -> str: - return 'Hello from ad-test!'