fix pydocstyle warnings

This commit is contained in:
Roman Zeyde
2017-04-21 22:51:11 +03:00
parent d522d148ef
commit b2bc87c0c7
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
envlist = py27,py3
[pep8]
max-line-length = 100
[pep257]
add-ignore = D401
[testenv]
deps=
pytest

View File

@@ -54,7 +54,7 @@ class NotFoundError(Error):
class DeviceError(Error):
""""Error during device operation."""
"""Error during device operation."""
class Identity(object):