Skip to content

Commit

Permalink
remove reg warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed Apr 26, 2024
1 parent 78e4607 commit 1f76925
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
import requests
import boto3
import yaml
import urllib3

urllib3.disable_warnings()

def b64_lazy_decode(s: str) -> str|None:
"""
Expand Down

0 comments on commit 1f76925

Please sign in to comment.