diff --git a/aexpect/remote_door.py b/aexpect/remote_door.py index 2beacf6..4583b27 100644 --- a/aexpect/remote_door.py +++ b/aexpect/remote_door.py @@ -54,7 +54,7 @@ # disable import issues from optional dependencies or remote extra imports using # pylint: disable=E0401,C0415,W0212 -# disable too-many-* as we need them pylint: disable=R0912,R0913,R0914,R0915,C0302 +# disable too-many-* as we need them pylint: disable=R0912,R0913,R0914,R0915,R0917,C0302 # ..todo:: we could reduce the disabled issues after more significant refactoring import os