👷 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:
Sebastián Ramírez
2023-12-10 20:19:12 +00:00
committed by GitHub
parent b892504141
commit 8419545a3a
4 changed files with 5 additions and 5 deletions

View File

@@ -153,7 +153,7 @@ def label(
def nulls_first(
column: Union[_ColumnExpressionArgument[_T], _T]
column: Union[_ColumnExpressionArgument[_T], _T],
) -> UnaryExpression[_T]:
return sqlalchemy.nulls_first(column) # type: ignore[arg-type]

View File

@@ -151,7 +151,7 @@ def label(
def nulls_first(
column: Union[_ColumnExpressionArgument[_T], _T]
column: Union[_ColumnExpressionArgument[_T], _T],
) -> UnaryExpression[_T]:
return sqlalchemy.nulls_first(column) # type: ignore[arg-type]