[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-12-22 13:41:23 +00:00
parent d817212896
commit fec641ce0a

View File

@ -254,7 +254,9 @@ if config["enable"]["retrieve"]:
return response.status_code == 200 return response.status_code == 200
# Basic pattern where WDPA files can be found # Basic pattern where WDPA files can be found
url_pattern = "https://d1gam3xoknrgr2.cloudfront.net/current/WDPA_{bYYYY}_Public.zip" url_pattern = (
"https://d1gam3xoknrgr2.cloudfront.net/current/WDPA_{bYYYY}_Public.zip"
)
# 3-letter month + 4 digit year for current/previous/next month to test # 3-letter month + 4 digit year for current/previous/next month to test
current_monthyear = datetime.now().strftime("%b%Y") current_monthyear = datetime.now().strftime("%b%Y")