Skip to content

Commit

Permalink
Merge branch 'main' into fix-return-type
Browse files Browse the repository at this point in the history
  • Loading branch information
nanne-aben authored Aug 8, 2023
2 parents 82064ce + 340fd3c commit 1deacdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typedspark/_core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def _add_schema_metadata(self) -> None:
self.schema[field.name].metadata = field.metadata

@property
def typedspark_schema(self) -> T:
def typedspark_schema(self) -> Type[T]:
"""Returns the ``Schema`` of the ``DataSet``."""
return self._schema_annotations # type: ignore

Expand Down

0 comments on commit 1deacdc

Please sign in to comment.