Merge pull request #32 from unmojang/missing-imports

updateFabric.py: add missing `import requests`
This commit is contained in:
TheKodeToad 2023-11-02 12:45:10 +00:00 committed by GitHub
commit 2c509753c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@ import os
import zipfile
from datetime import datetime
import requests
from meta.common import (
upstream_path,
ensure_upstream_dir,