Kaynağa Gözat

fix: removed unnecessary pandas import

Mikael Koli 2 yıl önce
ebeveyn
işleme
0f036a7908
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  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