From c17c951392c3f1108602fed51401ba0575b65a09 Mon Sep 17 00:00:00 2001 From: dhzdhd Date: Thu, 20 Jun 2024 01:09:10 +0530 Subject: [PATCH] Fix formatting and bump version --- pyproject.toml | 2 +- pysvt/__main__.py | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 74544d7..99f849e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md" diff --git a/pysvt/__main__.py b/pysvt/__main__.py index 6d5bb8d..86cdd3e 100644 --- a/pysvt/__main__.py +++ b/pysvt/__main__.py @@ -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: + ...