mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Remove unused modules/variables from tests
This commit is contained in:
parent
838478d65d
commit
95860c6b1b
4 changed files with 1 additions and 5 deletions
|
|
@ -7,7 +7,6 @@ try:
|
|||
from unittest.mock import MagicMock
|
||||
except ImportError:
|
||||
from mock import MagicMock
|
||||
from operator import itemgetter
|
||||
from shutil import rmtree
|
||||
from tempfile import mkdtemp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue