# HG changeset patch
# User Edouard Tisserant <edouard.tisserant@gmail.com>
# Date 1555418741 -7200
# Node ID 46df689dbc3b3a80d12026a7cf2b19134ace349b
# Parent  7e20fe7facd6866610e5cf3cea1763d3dc159d7a
pep8 again...
./connectors/PYRO/PSK_Adapter.py:49:1: E302 expected 2 blank lines, found 1
./connectors/PYRO/PSK_Adapter.py:57:5: E303 too many blank lines (2)

diff -r 7e20fe7facd6 -r 46df689dbc3b connectors/PYRO/PSK_Adapter.py
--- a/connectors/PYRO/PSK_Adapter.py	Tue Apr 16 13:32:32 2019 +0200
+++ b/connectors/PYRO/PSK_Adapter.py	Tue Apr 16 14:45:41 2019 +0200
@@ -46,6 +46,7 @@
     print(str(e))
     sslpsk = None
 
+
 class PYROPSKAdapter(PYROAdapter):
     """
     This is essentialy the same as in Pyro/protocol.py
@@ -53,7 +54,6 @@
     Pyro unfortunately doesn't allow cleaner customization
     """
 
-
     def bindToURI(self, URI):
         with self.lock:   # only 1 thread at a time can bind the URI
             try: