mirror of
https://github.com/romanz/amodem.git
synced 2026-04-20 21:26:39 +08:00
fix pydocstyle warnings
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -2,6 +2,8 @@
|
|||||||
envlist = py27,py3
|
envlist = py27,py3
|
||||||
[pep8]
|
[pep8]
|
||||||
max-line-length = 100
|
max-line-length = 100
|
||||||
|
[pep257]
|
||||||
|
add-ignore = D401
|
||||||
[testenv]
|
[testenv]
|
||||||
deps=
|
deps=
|
||||||
pytest
|
pytest
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ class NotFoundError(Error):
|
|||||||
|
|
||||||
|
|
||||||
class DeviceError(Error):
|
class DeviceError(Error):
|
||||||
""""Error during device operation."""
|
"""Error during device operation."""
|
||||||
|
|
||||||
|
|
||||||
class Identity(object):
|
class Identity(object):
|
||||||
|
|||||||
Reference in New Issue
Block a user