1
0
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:
Yaofei Zheng
2026-01-27 14:57:55 +08:00
committed by GitHub
parent 32d3391b1a
commit ad0f2af984
11 changed files with 0 additions and 13 deletions

View File

@@ -1,4 +1,3 @@
# encoding: utf-8
import sys
import os
from tempfile import NamedTemporaryFile