mirror of
https://github.com/google/bumble.git
synced 2026-06-12 09:22:26 +00:00
Type hint all examples
This commit is contained in:
@@ -61,7 +61,7 @@ async def func4(x, y):
|
||||
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
async def main():
|
||||
async def main() -> None:
|
||||
print("MAIN: start, loop=", asyncio.get_running_loop())
|
||||
print("MAIN: invoke func1")
|
||||
func1(1, 2)
|
||||
|
||||
Reference in New Issue
Block a user