From 152931adf274a195c54831bb2b5de4f448914c0e Mon Sep 17 00:00:00 2001 From: alexAubin <4533074+alexAubin@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:36:41 +0000 Subject: [PATCH] :art: Format Python code with Black --- package_linter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/package_linter.py b/package_linter.py index e5d29eb..fbe8819 100755 --- a/package_linter.py +++ b/package_linter.py @@ -754,7 +754,6 @@ def custom_python_version(app): "It looks like this app installs a custom version of Python which is heavily discouraged, both because it takes a shitload amount of time to compile Python locally, and because it is likely to create complication later once the system gets upgraded to newer Debian versions..." ) - @test() def change_url_script(app):