mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-07-22 21:44:25 +02:00
Fixing pep8 errors for the KMIP server
This change fixes pep8 whitespace errors in the KMIP server.
This commit is contained in:
parent
bb0487b5dc
commit
097bd38910
@ -66,6 +66,7 @@ class KMIPServer(object):
|
||||
|
||||
factory = KMIPProtocolFactory()
|
||||
protocol = factory.getProtocol(connection)
|
||||
|
||||
try:
|
||||
while True:
|
||||
self._processor.process(protocol, protocol)
|
||||
|
Loading…
x
Reference in New Issue
Block a user