Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vvmruder committed Dec 16, 2024
1 parent 7135e15 commit 471706d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyramid_oereb/core/views/webservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 471706d

Please sign in to comment.