Skip to content

Commit 22ff858

Browse files
committed
Removed unused import
1 parent b655e07 commit 22ff858

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

material/plugins/social/plugin.py

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
from mkdocs.plugins import BasePlugin
5050
from mkdocs.utils import write_file
5151
from shutil import copyfile
52-
from tempfile import NamedTemporaryFile
5352

5453
from .config import SocialConfig
5554

src/plugins/social/plugin.py

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
from mkdocs.plugins import BasePlugin
5050
from mkdocs.utils import write_file
5151
from shutil import copyfile
52-
from tempfile import NamedTemporaryFile
5352

5453
from .config import SocialConfig
5554

0 commit comments

Comments
 (0)