We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c03b3 commit 1d7d4faCopy full SHA for 1d7d4fa
alphalens/plotting.py
@@ -23,7 +23,7 @@
23
if os.environ.get('DISPLAY', '') == '':
24
print('no display found. Using non-interactive Agg backend')
25
matplotlib.use('Agg')
26
-import seaborn as sns
+import seaborn as sns # noqa: E402
27
import matplotlib.cm as cm # noqa: E402
28
import matplotlib.pyplot as plt # noqa: E402
29
from matplotlib.ticker import ScalarFormatter # noqa: E402
0 commit comments