From fa62d017afd0f628cedde723ca696db8670da32d Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 18:51:10 +0000 Subject: [PATCH] style: format code with Black This commit fixes the style issues introduced in c2e7319 according to the output from Black. Details: None --- __init__.py | 3 ++- __main__.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 4bd52b5..7abf536 100644 --- a/__init__.py +++ b/__init__.py @@ -1,4 +1,5 @@ """Initialize PyPI Package""" -#pylint: disable=import-error, invalid-name + +# pylint: disable=import-error, invalid-name __all__ = ["main"] diff --git a/__main__.py b/__main__.py index 8698ae0..3677f08 100644 --- a/__main__.py +++ b/__main__.py @@ -1,5 +1,6 @@ """Main entry point for the application.""" -#pylint: disable=import-error, invalid-name + +# pylint: disable=import-error, invalid-name from main import ProgramVer