Skip to content

Commit 5ec7e23

Browse files
committed
Update docstring
1 parent ed084c6 commit 5ec7e23

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

example.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
"""
2-
Copyright (c) 2016-2018 Fabian Affolter <[email protected]>
3-
4-
Licensed under MIT. All rights reserved.
5-
"""
1+
"""Sample code to interact with a Netdata instance."""
62
import asyncio
73
import aiohttp
84
import json
@@ -39,4 +35,3 @@ async def main():
3935

4036
loop = asyncio.get_event_loop()
4137
loop.run_until_complete(main())
42-

0 commit comments

Comments
 (0)