chore: type check install_certifi.py (#2365)

This commit is contained in:
Shantanu
2025-04-28 12:02:43 -04:00
committed by GitHub
parent e9a8781000
commit 4449d7b5fa
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ STAT_0o775 = (
)
def main():
def main() -> None:
openssl_dir, openssl_cafile = os.path.split(ssl.get_default_verify_paths().openssl_cafile)
print(" -- pip install --upgrade certifi")
subprocess.check_call(