Skip to content

Commit ae46124

Browse files
committed
linting
1 parent a12eb34 commit ae46124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trustyai/explainers/counterfactuals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import matplotlib.pyplot as plt
66
import matplotlib as mpl
77
import pandas as pd
8-
from pandas.io.formats.style import Styler
8+
from pandas.io.formats.style import Styler # pylint: disable=unused-import
99
import uuid as _uuid
1010

1111
from trustyai import _default_initializer # pylint: disable=unused-import

0 commit comments

Comments
 (0)