remove unused import

closes https://github.com/gpodder/gpodder/issues/1187
This commit is contained in:
Marcel Ackermann 2021-10-30 11:13:00 +02:00 committed by GitHub
parent 10e48a3ea5
commit 2f42c11e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ import os.path
import threading
import time
from enum import Enum
from os import sync
from re import S
from urllib.parse import urlparse