Skip to content

Commit 6f13976

Browse files
committed
Linting
1 parent fef2085 commit 6f13976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netmiko/huawei/huawei_smartax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def cleanup(self, command: str = "quit") -> None:
142142
output += self.read_channel()
143143
if output.endswith("Are you sure to log out? (y/n)[n]:"):
144144
self.write_channel("y" + self.RETURN)
145-
output = ''
145+
output = ""
146146
continue
147147
if output.endswith("Configuration console exit, please retry to log on\n"):
148148
break

0 commit comments

Comments
 (0)