fix pydocstyle warnings
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -2,6 +2,8 @@
|
||||
envlist = py27,py3
|
||||
[pep8]
|
||||
max-line-length = 100
|
||||
[pep257]
|
||||
add-ignore = D401
|
||||
[testenv]
|
||||
deps=
|
||||
pytest
|
||||
|
||||
@@ -54,7 +54,7 @@ class NotFoundError(Error):
|
||||
|
||||
|
||||
class DeviceError(Error):
|
||||
""""Error during device operation."""
|
||||
"""Error during device operation."""
|
||||
|
||||
|
||||
class Identity(object):
|
||||
|
||||
Reference in New Issue
Block a user