mirror of
https://github.com/arsenetar/send2trash.git
synced 2026-01-28 01:21:40 +00:00
python2 removal: more clean up (#107)
1. remove from __future__ as those feature is mandatory >= 3.0 and we are in the future 2. python3 script defaults to UTF-8
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
# encoding: utf-8
|
||||
import sys
|
||||
import os
|
||||
from tempfile import NamedTemporaryFile
|
||||
|
||||
Reference in New Issue
Block a user