Skip to content

Commit

Permalink
Lint and format
Browse files Browse the repository at this point in the history
  • Loading branch information
evamaxfield committed Mar 4, 2024
1 parent 9fc0c1a commit 4d5b54e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions award_pynder/sources/templeton.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@

import logging
from datetime import datetime
from io import StringIO

import pandas as pd
import requests
from io import StringIO
from bs4 import BeautifulSoup
from tqdm import tqdm

from .base import ALL_DATASET_FIELDS, DatasetFields, DataSource

Expand All @@ -20,10 +19,7 @@
###############################################################################


_TEMPLETON_QUERY_API_URL = (
"https://www.templeton.org/?"
"limit={limit}"
)
_TEMPLETON_QUERY_API_URL = "https://www.templeton.org/?" "limit={limit}"
_DEFAULT_CHUNK_SIZE = 500

_TEMPLETON_BULK_API_URL = "https://www.templeton.org/grants/grant-database"
Expand Down

0 comments on commit 4d5b54e

Please sign in to comment.