Skip to content

Commit

Permalink
updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ettel authored and Ettel committed Dec 20, 2023
1 parent ec2a13a commit e71452a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/safeds/data/tabular/containers/_time_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ def _from_tagged_table(
tagged_table: TaggedTable,
time_name: str,
) -> TimeSeries:
"""Create a time series from a tagged table
"""Create a time series from a tagged table.
Parameters
----------
table : TaggedTable
Expand Down
2 changes: 1 addition & 1 deletion tests/helpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from ._resources import resolve_resource_path
from ._assertions import assert_that_time_series_are_equal

__all__ = ["assert_that_tables_are_close", "assert_that_tagged_tables_are_equal", "resolve_resource_path"]
__all__ = ["assert_that_tables_are_close", "assert_that_tagged_tables_are_equal", "resolve_resource_path", "assert_that_time_series_are_equal"]

0 comments on commit e71452a

Please sign in to comment.