diff --git a/pyramid_oereb/core/views/webservice.py b/pyramid_oereb/core/views/webservice.py index f1dc896a3d..0d42e861b6 100644 --- a/pyramid_oereb/core/views/webservice.py +++ b/pyramid_oereb/core/views/webservice.py @@ -639,7 +639,7 @@ def __init__(self, response_format, with_geometry=False, images=False, signed=Fa self.__topics__ = topics self.__extract_url__ = extract_url self.__qr_code_ref__ = qr_code_ref - #uniquely identifier to reference the original request in the pyramid_oereb system + # uniquely identifier to reference the original request in the pyramid_oereb system self.identifier = str(uuid4()) def set_identdn(self, identdn):