Skip to content

Commit

Permalink
Fix formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dhzdhd committed Jul 7, 2024
1 parent 3e7deb8 commit 9ce478d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pysvt/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ def _validate(self, data: _FuncModel, func: Callable[..., Any]) -> Result:


class inspect_locals:
def __init__(self) -> None: ...
def __init__(self) -> None:
...

def __call__(self, obj: object) -> Any: ...
def __call__(self, obj: object) -> Any:
...

0 comments on commit 9ce478d

Please sign in to comment.