Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 12b856b

Browse files
committed
Format code
1 parent 7e6c75c commit 12b856b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/util.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@ def get_directories(path):
2727
yield from directories
2828

2929

30-
async def protoc(
31-
path: str | Path,
32-
output_dir: str | Path,
33-
reference: bool = False,
34-
pydantic_dataclasses: bool = False,
35-
):
30+
async def protoc(path: str | Path, output_dir: str | Path, reference: bool = False, pydantic_dataclasses: bool = False):
3631
path: Path = Path(path).resolve()
3732
output_dir: Path = Path(output_dir).resolve()
3833
python_out_option: str = "python_betterproto2_out" if not reference else "python_out"

0 commit comments

Comments
 (0)