Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Gouvernathor committed May 10, 2024
1 parent 7459903 commit 5210a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/parliamentarch/_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def from_any(cls, o, /):
raise ValueError(f"Cannot convert {o!r} to a {cls.__name__}")

_file_parameter = Parameter("file",
Parameter.POSITIONAL_ONLY,
annotation=str | TextIOBase)
Parameter.POSITIONAL_ONLY,
annotation=str | TextIOBase)

def write_from_get(get_func: Callable[..., str]) -> Callable[..., None]:
def write_func(file, /, *args, **kwargs):
Expand Down

0 comments on commit 5210a2b

Please sign in to comment.