tests/test-batching.py
changeset 51696 7f0cb9ee0534
parent 51686 493034cc3265
child 51699 ca7bde5dbafb
--- a/tests/test-batching.py	Mon Jul 22 16:49:38 2024 +0200
+++ b/tests/test-batching.py	Tue Jul 23 10:02:46 2024 +0200
@@ -55,6 +55,7 @@
 
 # usage of "thing" interface
 def use(it):
+
     # Direct call to base method shared between client and server.
     bprint(it.hello())
 
@@ -105,7 +106,6 @@
 
 # server side
 
-
 # equivalent of wireproto's global functions
 class server:
     def __init__(self, local):
@@ -156,7 +156,6 @@
 
 # local side
 
-
 # equivalent of wireproto.encode/decodelist, that is, type-specific marshalling
 # here we just transform the strings a bit to check we're properly en-/decoding
 def mangle(s):