Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
chore: code style black
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Jul 24, 2023
1 parent 8d8fd49 commit 7e51906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bardapi/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
"x-goog-upload-header-content-length": "",
"x-goog-upload-protocol": "resumable",
"x-tenant-id": "bard-storage",
}
}
1 change: 1 addition & 0 deletions bardapi/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7e51906

Please sign in to comment.