Skip to content

Commit b4e3ed3

Browse files
committed
Fixed lint errors.
1 parent 99ee649 commit b4e3ed3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

apio/common/apio_consts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@
1717

1818
# -- Target name. This is the base file name for various build artifacts.
1919
TARGET = str(BUILD_DIR / "hardware")
20-

test/commands/test_apio_preferences.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ def test_colors_on_off(apio_runner: ApioRunner):
3838
assert result.output != cunstyle(result.output) # Colored.
3939

4040
# -- Execute "apio preferences --theme no-colors"
41-
result = sb.invoke_apio_cmd(apio, "preferences", "--theme", "no-colors")
41+
result = sb.invoke_apio_cmd(
42+
apio, "preferences", "--theme", "no-colors"
43+
)
4244
sb.assert_ok(result)
4345
assert "Theme set to [no-colors]" in result.output
4446

0 commit comments

Comments
 (0)