Skip to content

Commit 763b60f

Browse files
committed
REMOVE: unnecessary import of Any type
1 parent af0da15 commit 763b60f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

netmiko/lancom/lancom_lcossx5.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
from netmiko.cisco_base_connection import CiscoSSHConnection
2-
from typing import Any
3-
42

53
class LancomLCOSSX5SSH(CiscoSSHConnection):
64
def session_preparation(self) -> None:

0 commit comments

Comments
 (0)