Преглед изворни кода

fix: removed unnecessary pandas import

Mikael Koli пре 3 година
родитељ
комит
0f036a7908
1 измењених фајлова са 0 додато и 2 уклоњено
  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