From 482d8a9d83eb42eff558e05b709485fa030dfa18 Mon Sep 17 00:00:00 2001 From: Daniel <49846893+danielbrunt57@users.noreply.github.com> Date: Fri, 6 Dec 2024 23:54:14 -0800 Subject: [PATCH] Remove "This..." from webapp/__init__.py """Initialize the `webapp` package. Set up the application components and handle configuration. """ --- webapp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/__init__.py b/webapp/__init__.py index aca75315..46d92667 100644 --- a/webapp/__init__.py +++ b/webapp/__init__.py @@ -1,4 +1,4 @@ """Initialize the `webapp` package. -This module sets up the application components and handles configuration. +Set up the application components and handle configuration. """