taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 26a9777fc9a0451f97bf12c2b283fde60efcb1e2
parent 91e61c6cdf2737495ac975c41006aa575d488673
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 11 Oct 2019 22:48:50 +0530

type annotation

Diffstat:
Mbin/taler-deployment | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -59,7 +59,7 @@ class Repo: name: str url: str deps: List[str] - builder: Callable[[Repo, Path], None] + builder: Callable[["Repo", Path], None] @click.group()