Skip to content

Commit

Permalink
Fix formatting and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhzdhd committed Jun 19, 2024
1 parent 2b2875d commit c17c951
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysvt"
version = "0.4.1"
version = "0.4.3"
description = "A simple test case runner in Python that uses TOML configurations and decorator syntax."
authors = ["dhzdhd <[email protected]>"]
readme = "README.md"
Expand Down
6 changes: 4 additions & 2 deletions pysvt/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,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 c17c951

Please sign in to comment.