gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: type annotation


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: type annotation
Date: Fri, 11 Oct 2019 19:18:54 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 26a9777  type annotation
26a9777 is described below

commit 26a9777fc9a0451f97bf12c2b283fde60efcb1e2
Author: Florian Dold <address@hidden>
AuthorDate: Fri Oct 11 22:48:50 2019 +0530

    type annotation
---
 bin/taler-deployment | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index a3e5ca0..a5594ac 100755
--- 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()

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]