1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2025-07-02 21:43:22 +00:00

Update plat_other.py

This commit is contained in:
Maksim Levental 2021-08-19 17:17:03 -05:00 committed by GitHub
parent 20e3f71b53
commit 71db80b499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,6 @@ from datetime import datetime
import shutil
import stat
try:
from urllib.parse import quote
except ImportError: