Skip to content

Commit ed084c6

Browse files
committed
Update docstring
1 parent 9111520 commit ed084c6

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

netdata/__init__.py

Lines changed: 1 addition & 5 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+
"""Client to retrieve data from a Netdata instance."""
62
import asyncio
73
import logging
84
import socket

netdata/exceptions.py

Lines changed: 1 addition & 5 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+
"""Execptions for the Python Netdata client."""
62

73

84
class NetdataError(Exception):

0 commit comments

Comments
 (0)