Skip to content

Commit 7a7fbe8

Browse files
committed
black formatting
1 parent 6216b1b commit 7a7fbe8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_paths.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ def test_get_default_filepath_without_dir():
2424
def test_get_default_filepath_with_dir():
2525
path = os.path.join("tests", "test_files", "fonts", "Roboto-Regular.ttf")
2626
default_path = get_default_out_path(path)
27-
assert default_path == os.path.join("tests", "test_files", "fonts", "Roboto-Regular-dehinted.ttf")
27+
assert default_path == os.path.join(
28+
"tests", "test_files", "fonts", "Roboto-Regular-dehinted.ttf"
29+
)

0 commit comments

Comments
 (0)