Skip to content

Commit

Permalink
chore(style): reformat with black
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Dec 15, 2019
1 parent 341e7f7 commit cedbe9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mutapath/mutapath.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(
] = "",
*,
posix: Optional[bool] = None,
string_repr: Optional[bool] = None
string_repr: Optional[bool] = None,
):
if isinstance(contained, MutaPath):
contained = contained._contained
Expand Down
2 changes: 1 addition & 1 deletion tests/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def arg_with_matrix(
with_func: Callable[[Path, bool], Path],
test_func: Optional[Callable[[Path], bool]] = None,
with_func_default: bool = True,
**kwargs
**kwargs,
):
"""
Use a matrix of keyed init arguments with their immutable with methods.
Expand Down

0 comments on commit cedbe9b

Please sign in to comment.