1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-20 20:00:37 +02:00

style(deply): fix pylint

This commit is contained in:
proletarius101 2024-06-05 18:47:16 +08:00
parent 11bd65b0f8
commit d30ab9d12b
No known key found for this signature in database

View File

@ -1089,8 +1089,6 @@ def push_binary_transparency(git_repo_path, git_remote):
drive.
"""
import git
logging.info(_('Pushing binary transparency log to {url}').format(url=git_remote))
if os.path.isdir(os.path.dirname(git_remote)):