diff --git a/bardapi/constants.py b/bardapi/constants.py index 8cb8ad88a..91b595ad9 100644 --- a/bardapi/constants.py +++ b/bardapi/constants.py @@ -28,4 +28,4 @@ "x-goog-upload-header-content-length": "", "x-goog-upload-protocol": "resumable", "x-tenant-id": "bard-storage", -} \ No newline at end of file +} diff --git a/bardapi/utils.py b/bardapi/utils.py index 297feab3b..73a8f0e64 100644 --- a/bardapi/utils.py +++ b/bardapi/utils.py @@ -4,6 +4,7 @@ import browser_cookie3 from bardapi.constants import IMG_UPLOAD_HEADERS + def extract_links(data: list) -> list: """ Extract links from the given data.