Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang committed Dec 15, 2023
1 parent 08ab9f6 commit 2566e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dianna/visualization/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa: F401
"""Tools for visualization of model explanations."""
from .image import plot_image
from .text import highlight_text
from .tabular import plot_tabular
from .text import highlight_text
from .timeseries import plot_timeseries

0 comments on commit 2566e25

Please sign in to comment.