Skip to content

Commit

Permalink
refactor: fix python black formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Jan 31, 2025
1 parent f9a89d6 commit 2bc397c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/test_bootloader_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright: (c) 2023, Sergei Petrosian <[email protected]>
# 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

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_bootloader_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright: (c) 2023, Sergei Petrosian <[email protected]>
# 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

Expand Down

0 comments on commit 2bc397c

Please sign in to comment.