From 0dfe01b6650bea79b87f7cb67bdd69e791ff3384 Mon Sep 17 00:00:00 2001 From: Kenneth Seet Date: Wed, 10 Jul 2024 23:57:19 +0800 Subject: [PATCH] Fix formatting --- archinstall/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/archinstall/__init__.py b/archinstall/__init__.py index 03c47f87d9..0f488d5dd4 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -92,7 +92,6 @@ def define_arguments(): help="Skip the version check when running archinstall") - if 'sphinx' not in sys.modules: if '--help' in sys.argv or '-h' in sys.argv: define_arguments()