Skip to content

Commit 0342a9b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fd62869 commit 0342a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphql_sqlalchemy/graphql_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def get_graphql_type_from_column(
139139

140140

141141
def get_base_comparison_fields(
142-
graphql_type: GraphQLScalarType | GraphQLEnumType | GraphQLList[Any]
142+
graphql_type: GraphQLScalarType | GraphQLEnumType | GraphQLList[Any],
143143
) -> dict[str, GraphQLInputField]:
144144
return {
145145
"_eq": GraphQLInputField(graphql_type),

0 commit comments

Comments
 (0)