mirror of
https://github.com/arsenetar/send2trash.git
synced 2025-03-12 06:34:36 +00:00
Fix flake8 error
This commit is contained in:
parent
696aed558b
commit
7686647389
@ -13,7 +13,7 @@ except ImportError:
|
||||
# py2
|
||||
from ConfigParser import ConfigParser # noqa: F401
|
||||
|
||||
from tempfile import mkdtemp, NamedTemporaryFile, mktemp
|
||||
from tempfile import mkdtemp, NamedTemporaryFile
|
||||
import shutil
|
||||
import stat
|
||||
import uuid
|
||||
|
Loading…
x
Reference in New Issue
Block a user