Skip to content

Commit c0f2c77

Browse files
authored
Update Exscript/protocols/drivers/sp_vxoa.py
As suggested by houndci-bot [here](#195 (comment))
1 parent e220e77 commit c0f2c77

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Exscript/protocols/drivers/sp_vxoa.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
_banner_re = re.compile(r'Silver[\r\n\s]Peak[\r\n\s]Systems[\r\n\s]Inc\.')
3434
_auth_banner_re = re.compile(r'Last login:\s')
3535

36+
3637
class SilverPeakVXOADriver(Driver):
3738

3839
def __init__(self):

0 commit comments

Comments
 (0)