Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

feat: titanic example #2

Merged
merged 3 commits into from
Mar 7, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
style: apply automated linter fixes
  • Loading branch information
lars-reimann authored and github-actions[bot] committed Mar 7, 2023
commit 7f712f54c93f142e238dab966ba2b03ee8f914b7
2 changes: 1 addition & 1 deletion src/safeds_examples/titanic/_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from safeds.data.tabular import Table

_path = os.path.join(os.path.dirname(__file__), 'data', 'titanic.csv')
_path = os.path.join(os.path.dirname(__file__), "data", "titanic.csv")


def load_titanic() -> Table:
Expand Down
1 change: 0 additions & 1 deletion src/tests/titanic/test_load_titanic.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from safeds.data.tabular import Table

from safeds_examples.titanic import load_titanic


Expand Down