Skip to content

Commit aade76a

Browse files
committed
cleanup
1 parent 3042700 commit aade76a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mypy-stubs/rdflib/query.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ class Result:
3131
source: IO[Any] | None = ...,
3232
format: str | None = ...,
3333
content_type: str | None = ...,
34-
**kwargs: Any
34+
**kwargs: Any,
3535
) -> Result: ...
3636
def serialize(
3737
self,
3838
destination: str | IO[Any] | None = ...,
3939
encoding: str = ...,
4040
format: str = ...,
41-
**args: Any
41+
**args: Any,
4242
) -> Optional[bytes]: ...

0 commit comments

Comments
 (0)