Skip to content

Commit aed38fb

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

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

swapi/film.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ class FilmsEdge:
203203

204204
@staticmethod
205205
def from_row(row: prisma.models.Film) -> "FilmsEdge":
206-
207206
return FilmsEdge(cursor=str(row.id), node=Film.from_row(row))
208207

209208

swapi/utils/connections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async def get_connection_object(
6464
first: int | None = strawberry.UNSET,
6565
last: int | None = strawberry.UNSET,
6666
attribute_name: str | None = None,
67-
additional_filters: dict[str, Any] | None = None
67+
additional_filters: dict[str, Any] | None = None,
6868
):
6969
"""Returns a ConnectionType instance based on EdgeType and the passed params.
7070

0 commit comments

Comments
 (0)