Skip to content

Commit d9fce89

Browse files
committed
docs: explain PyCharm warning
1 parent 2630652 commit d9fce89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests_integration/lib/shared.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def get_transparent_urls() -> set[str]:
9696
# this is to protect against mistakes and typos, adjust if it ever becomes too strict
9797
raise ValueError("All URLs in transparent_urls must start with https://")
9898

99+
# silence the PyCharm warning about using http instead of https
99100
# noinspection HttpUrlsUsage
100101
http_urls = {url.replace("https://", "http://", 1) for url in transparent_urls}
101102

0 commit comments

Comments
 (0)