Skip to content

Commit

Permalink
style: apply automated linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed Apr 19, 2023
1 parent b5701a3 commit 885677c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/safeds/data/tabular/containers/_row.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def __getitem__(self, column_name: str) -> Any:
>>> row["a"]
1
"""

return self.get_value(column_name)

def __iter__(self) -> Iterator[Any]:
Expand Down

0 comments on commit 885677c

Please sign in to comment.