fix pydocstyle warnings

nistp521
Roman Zeyde 7 years ago
parent d522d148ef
commit b2bc87c0c7
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

@ -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):

Loading…
Cancel
Save