Skip to content

Commit 66388e2

Browse files
committed
Format Python
1 parent 8c555d0 commit 66388e2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_config.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,9 +1241,7 @@ def test_cli():
12411241

12421242
if force_posix:
12431243
# force_posix ignores XDG_CONFIG_HOME and uses ~/.test-cli/.
1244-
assert pattern.startswith(
1245-
str(Path("~/.test-cli").expanduser().resolve())
1246-
)
1244+
assert pattern.startswith(str(Path("~/.test-cli").expanduser().resolve()))
12471245
else:
12481246
# XDG_CONFIG_HOME is resolved into the pattern.
12491247
assert pattern.startswith(str(custom_config.resolve() / "test-cli"))

0 commit comments

Comments
 (0)