Skip to content

Commit c15778a

Browse files
committed
fix(imports): rm unused imports
1 parent 739afd2 commit c15778a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mkdocs_rss_plugin/integrations/theme_material_base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
# conditional
1818
try:
1919
from material import __version__ as material_version
20-
from material.plugins.blog.plugin import BlogPlugin
21-
from pymdownx.slugs import slugify
2220

2321
except ImportError:
2422
material_version = None

0 commit comments

Comments
 (0)