Skip to content

Commit

Permalink
Remove: lines which are not required
Browse files Browse the repository at this point in the history
  • Loading branch information
antidoid committed Feb 4, 2024
1 parent d77264f commit 7e2b9e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qrCodeGenerator/function_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@
from qrcode.image.styles.colormasks import SolidFillColorMask


import os
import re
import io
import json

app = func.FunctionApp()
connectionString = os.environ["STORAGE_CONNECTION_STRING"]


@app.route(route="GenerateQRCode", auth_level=func.AuthLevel.ANONYMOUS)
Expand Down

0 comments on commit 7e2b9e7

Please sign in to comment.