Skip to content

Commit 2cb70a7

Browse files
committed
Fix up a lingering pep8 error.
1 parent b71c17a commit 2cb70a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SCPLibrary/library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
from scp import SCPClient
44
from errors import SCPNotConnectedError
55

6-
class SCPLibrary(object):
76

7+
class SCPLibrary(object):
88
def __init__(self):
99
self.ssh = SSHClient()
1010
self.ssh.set_missing_host_key_policy(AutoAddPolicy())

0 commit comments

Comments
 (0)