Add docstrings to the top of each file, since these are not easily ignored in Pylint
This commit is contained in:
parent
927e895c9b
commit
32965c716e
11 changed files with 97 additions and 58 deletions
|
@ -1,3 +1,6 @@
|
|||
"""
|
||||
errors.py : Trovebox Error Classes
|
||||
"""
|
||||
class TroveboxError(Exception):
|
||||
""" Indicates that an Trovebox operation failed """
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue