Browse Source

fix: removed unnecessary pandas import

Mikael Koli 3 years ago
parent
commit
0f036a7908
1 changed files with 0 additions and 2 deletions
  1. 0 2
      redmail/email/body.py

+ 0 - 2
redmail/email/body.py

@@ -14,8 +14,6 @@ from jinja2.environment import Template, Environment
 
 from markupsafe import Markup
 
-from pandas.io.formats.style import Styler
-
 # We try to import matplotlib and PIL but if fails, they will be None
 from .utils import PIL, plt, pd, css_inline