Skip to content

Commit cb5050e

Browse files
Fix code style - shorten comment line length
1 parent 62cb7e3 commit cb5050e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/1-fetch/flickr_fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
HEADER1_COUNT = ["LICENSE_ID", "LICENSE_NAME", "COUNT"]
2929
QUARTER = os.path.basename(PATHS["data_quarter"])
3030

31-
# https://www.flickr.com/services/api/flickr.photos.licenses.getInfo.html
31+
# flickr.photos.licenses.getInfo API
3232
FLICKR_LICENSES = {
3333
1: "CC BY-NC-SA 2.0",
3434
2: "CC BY-NC 2.0",

0 commit comments

Comments
 (0)