From c305b776a530dc2df89827dbcb0d3408785e90ec Mon Sep 17 00:00:00 2001 From: Sigurd Spieckermann Date: Fri, 12 Jan 2024 09:17:53 +0100 Subject: [PATCH] lfs: remove obsolete class constructor --- src/scmrepo/git/lfs/client.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/scmrepo/git/lfs/client.py b/src/scmrepo/git/lfs/client.py index 18b38f87..7007cabf 100644 --- a/src/scmrepo/git/lfs/client.py +++ b/src/scmrepo/git/lfs/client.py @@ -27,9 +27,6 @@ # pylint: disable=abstract-method class _LFSFileSystem(HTTPFileSystem): - def __init__(self, *args, **kwargs): - super().__init__(*args, **kwargs) - def _prepare_credentials(self, **config): return {}