mirror of
https://github.com/fastapi/sqlmodel.git
synced 2026-01-06 09:29:57 -06:00
👷 Fix GitHub Actions build docs filter paths for GitHub workflows (#738)
* 👷 Fix GitHub Actions build docs filter paths for GitHub workflows * 🎨 Update format of expression and conftest
This commit is contained in:
committed by
GitHub
parent
b892504141
commit
8419545a3a
@@ -51,7 +51,7 @@ def coverage_run(*, module: str, cwd: Union[str, Path]) -> subprocess.CompletedP
|
||||
|
||||
|
||||
def get_testing_print_function(
|
||||
calls: List[List[Union[str, Dict[str, Any]]]]
|
||||
calls: List[List[Union[str, Dict[str, Any]]]],
|
||||
) -> Callable[..., Any]:
|
||||
def new_print(*args):
|
||||
data = []
|
||||
|
||||
Reference in New Issue
Block a user