Skip to content

Commit 471aebb

Browse files
committed
flake8 started to check typehints
Signed-off-by: Aleksei Stepanov <penguinolog@gmail.com>
1 parent 93c8b7a commit 471aebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exec_helpers/ssh_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import logging
2424
import os
2525
import posixpath
26-
26+
import typing # pylint: disable=unused-import
2727

2828
from ._ssh_client_base import SSHClientBase
2929

0 commit comments

Comments
 (0)