Skip to content

Commit 0e31211

Browse files
committed
Make pylint happy
1 parent 43ea044 commit 0e31211

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qnapstats/qnap_stats.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
TIMEOUT = 5
77

88

9+
# pylint: disable=too-many-instance-attributes
910
class QNAPStats(object):
1011
"""Class containing the main functions."""
1112

13+
# pylint: disable=too-many-arguments
1214
def __init__(self, host, port, username, password, debugmode=False, verify_ssl=True):
1315
"""Instantiate a new qnap_stats object."""
1416
import base64

0 commit comments

Comments
 (0)