Skip to content

Commit

Permalink
fix(nm): add blank lines in doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
chriszs committed Jan 29, 2022
1 parent 109a369 commit a5c8792
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions warn/scrapers/nm.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ def scrape(
) -> Path:
"""
Scrape data from New Mexico.
Keyword arguments:
data_dir -- the Path were the result will be saved (default WARN_DATA_DIR)
cache_dir -- the Path where results can be cached (default WARN_CACHE_DIR)
Returns: the Path where the file is written
"""
# Fire up the cache
Expand Down Expand Up @@ -94,8 +96,10 @@ def scrape(
def _clean_text(text: str) -> str:
"""
Clean up text from a PDF cell.
Keyword arguments:
text -- the text to clean
Returns: the cleaned text
"""
# Replace None with an empty string
Expand Down

0 comments on commit a5c8792

Please sign in to comment.