Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit hooks
Browse files Browse the repository at this point in the history
For more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 3, 2025
1 parent cfb2419 commit 85a51ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tripper/dataset/tabledoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,3 @@ def write_csv(
writer.writerow(self.header)
for row in self.data:
writer.writerow(row)

0 comments on commit 85a51ae

Please sign in to comment.