Fix linting issue.

pull/3569/head
derekpierre 2024-12-12 09:42:14 -05:00
parent c1fa8502ae
commit d3af0637d0
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

View File

@ -54,4 +54,6 @@ POA_CHAINS = {
80002, # "Polygon/Amoy"
}
CHAINLIST_URL = "https://raw.githubusercontent.com/nucypher/chainlist/main/{domain}.json"
CHAINLIST_URL = (
"https://raw.githubusercontent.com/nucypher/chainlist/main/{domain}.json"
)