Skip to content

Commit f8a0ce5

Browse files
author
Akshay Laddha
committed
Apply ruff formatting to regression test
1 parent 9a37737 commit f8a0ce5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_types.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ def test_path_type(runner, cls, expect):
110110

111111
def test_path_bytes_dash_no_byteswarning():
112112
code = (
113-
"from click.types import Path; "
114-
"Path(allow_dash=True).convert(b'-', None, None)"
113+
"from click.types import Path; Path(allow_dash=True).convert(b'-', None, None)"
115114
)
116115

117116
result = subprocess.run(

0 commit comments

Comments
 (0)