Skip to content

Commit

Permalink
fix(imports): rm unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Dec 2, 2024
1 parent 739afd2 commit c15778a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mkdocs_rss_plugin/integrations/theme_material_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
# conditional
try:
from material import __version__ as material_version
from material.plugins.blog.plugin import BlogPlugin
from pymdownx.slugs import slugify

except ImportError:
material_version = None
Expand Down

0 comments on commit c15778a

Please sign in to comment.