add support for https remote yamls (#1277)

This commit is contained in:
Hamel Husain
2024-02-08 20:02:17 -08:00
committed by GitHub
parent 91cf4ee72c
commit 9bca7db133
8 changed files with 71 additions and 6 deletions

View File

@@ -32,6 +32,9 @@ ignore_missing_imports = True
[mypy-bitsandbytes]
ignore_missing_imports = True
[mypy-requests]
ignore_missing_imports = True
[mypy-datasets]
ignore_missing_imports = True