Skip to content

Commit 3e26647

Browse files
ebertinCopilot
andauthored
Potential fix for pull request finding
Improve identation. Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent bf4879d commit 3e26647

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/visiomatic/server/config/config.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ def __init__(
3939
self.config_filename = config_file
4040

4141
# Skip argument parsing if Sphinx or pytest are involved
42-
if "pytest" in modules \
43-
or "sphinx" in modules \
44-
or environ.get("IN_SPHINX_BUILD") == "1":
45-
args = False
42+
if (
43+
"pytest" in modules
44+
or "sphinx" in modules
45+
or environ.get("IN_SPHINX_BUILD") == "1"
46+
):
47+
args = False
4648
if args:
4749
args_dict = self.parse_args()
4850
if args_dict['version']:

0 commit comments

Comments
 (0)