From 2bc397c0389c0b6fc227c17c315fb0ba1d058861 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 31 Jan 2025 05:33:55 -0700 Subject: [PATCH] refactor: fix python black formatting Signed-off-by: Rich Megginson --- tests/unit/test_bootloader_facts.py | 2 +- tests/unit/test_bootloader_settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/test_bootloader_facts.py b/tests/unit/test_bootloader_facts.py index 26319a5..9441b02 100644 --- a/tests/unit/test_bootloader_facts.py +++ b/tests/unit/test_bootloader_facts.py @@ -3,7 +3,7 @@ # Copyright: (c) 2023, Sergei Petrosian # SPDX-License-Identifier: GPL-2.0-or-later # -""" Unit tests for the bootloader_settings module """ +"""Unit tests for the bootloader_settings module""" from __future__ import absolute_import, division, print_function diff --git a/tests/unit/test_bootloader_settings.py b/tests/unit/test_bootloader_settings.py index 0a6e149..e8e01cc 100644 --- a/tests/unit/test_bootloader_settings.py +++ b/tests/unit/test_bootloader_settings.py @@ -3,7 +3,7 @@ # Copyright: (c) 2023, Sergei Petrosian # SPDX-License-Identifier: GPL-2.0-or-later # -""" Unit tests for the bootloader_settings module """ +"""Unit tests for the bootloader_settings module""" from __future__ import absolute_import, division, print_function