We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed084c6 commit 5ec7e23Copy full SHA for 5ec7e23
example.py
@@ -1,8 +1,4 @@
1
-"""
2
-Copyright (c) 2016-2018 Fabian Affolter <[email protected]>
3
-
4
-Licensed under MIT. All rights reserved.
5
+"""Sample code to interact with a Netdata instance."""
6
import asyncio
7
import aiohttp
8
import json
@@ -39,4 +35,3 @@ async def main():
39
35
40
36
loop = asyncio.get_event_loop()
41
37
loop.run_until_complete(main())
42
0 commit comments