Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com 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 Apr 8, 2024
1 parent a2c4910 commit 5774d57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/example.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Example for the use of Pandas2TensorBoard."""

import seaborn as sns
import tensorboard

Expand Down
1 change: 1 addition & 0 deletions pandas2tensorboard/pandas2tensorboard.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Transforms pandas dataframes into TensorBoard compatible summaries."""

try:
import modin.pandas as pd

Expand Down
1 change: 1 addition & 0 deletions pandas2tensorboard/test/test_transformer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test of the Pandas2TensorBoard."""

import seaborn as sns

from pandas2tensorboard import pandas2tensorboard as p2t
Expand Down

0 comments on commit 5774d57

Please sign in to comment.