Skip to content

Commit

Permalink
noqa for new function
Browse files Browse the repository at this point in the history
  • Loading branch information
omri374 authored Dec 14, 2024
1 parent f650045 commit a045407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presidio-analyzer/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def supported_entities() -> Tuple[str, int]:
def http_exception(e):
return jsonify(error=e.description), e.code

def create_app():
def create_app(): # noqa
server = Server()
return server.app

Expand Down

0 comments on commit a045407

Please sign in to comment.