Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Sep 20, 2024
1 parent b655e07 commit 22ff858
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion material/plugins/social/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
from mkdocs.plugins import BasePlugin
from mkdocs.utils import write_file
from shutil import copyfile
from tempfile import NamedTemporaryFile

from .config import SocialConfig

Expand Down
1 change: 0 additions & 1 deletion src/plugins/social/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
from mkdocs.plugins import BasePlugin
from mkdocs.utils import write_file
from shutil import copyfile
from tempfile import NamedTemporaryFile

from .config import SocialConfig

Expand Down

0 comments on commit 22ff858

Please sign in to comment.