Skip to content

Commit 3dd7262

Browse files
alukachthenav56
authored andcommitted
fix missing semicolon
1 parent c2d350e commit 3dd7262

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/argocd/staging/applications/montandon-eoapi/stac-auth-proxy/montandon_filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
logger = logging.getLogger(__name__)
2121

22-
if not (UPSTREAM_URL := os.environ.get("UPSTREAM_URL"))
22+
if not (UPSTREAM_URL := os.environ.get("UPSTREAM_URL")):
2323
raise ValueError("Failed to retrieve upstream URL")
2424

2525

0 commit comments

Comments
 (0)