Skip to content

Commit

Permalink
tidier
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Nov 1, 2024
1 parent 683c382 commit 24e312d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chia/_tests/core/services/test_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ async def __call__(
self,
self_hostname: str,
port: uint16,
root_path: Optional[Path] = None,
net_config: Optional[dict[str, Any]] = None,
root_path: Path,
net_config: dict[str, Any],
) -> AsyncIterator[RpcClient]:
yield cast(RpcClient, None)

Expand Down

0 comments on commit 24e312d

Please sign in to comment.