Kirk Trombley 4 жил өмнө
parent
commit
a4566a8e94

+ 3 - 0
repl_driver.py → drivers/repl_driver.py

@@ -98,6 +98,9 @@ async def count_improved(
     store: Data(MyCounter),
     log: Logger,
 ):
+    """
+    An improved version of count
+    """
     if name == "illegal":
         rollbot.RollbotFailure.INVALID_ARGUMENTS.raise_exc("This is illegal!")
     if subc.name == "up":