Skip to content

Commit fe475b1

Browse files
committed
ignore one linter error
1 parent f66d7ac commit fe475b1

File tree

1 file changed

+1
-1
lines changed
  • custom_components/openwrt/api

1 file changed

+1
-1
lines changed

custom_components/openwrt/api/ssh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ async def connect(self) -> bool:
158158
def _connect() -> None:
159159
import io
160160

161-
import paramiko
161+
import paramiko # type: ignore
162162

163163
client = paramiko.SSHClient()
164164
client.set_missing_host_key_policy(paramiko.AutoAddPolicy())

0 commit comments

Comments
 (0)