Skip to content

Commit f44ea86

Browse files
diogoosorioDiogo Osório
authored andcommitted
Make the lib/core/discovered_host.py file adhere to the PEP8 convention
1 parent 36db0fc commit f44ea86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/discovered_host.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ def __init__(self):
88
self.response_code = 0
99
self.hash = ''
1010
self.keys = []
11-
self.content = b''
11+
self.content = b''

0 commit comments

Comments
 (0)