1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-13 02:30:11 +01:00

style(deply): fix pylint

This commit is contained in:
proletarius101 2024-06-05 18:47:16 +08:00 committed by Hans-Christoph Steiner
parent 1b643be86e
commit 9006167554

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)):