Skip to content

Commit

Permalink
style: auto style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Jul 2, 2024
1 parent aa56eb7 commit 4d2e541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/polartoolkit/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ def __call__(self, url: str, output_file: str, dataset: typing.Any) -> None:
login = requests.get(url, timeout=30)
downloader(login.url, output_file, dataset)

Check warning on line 245 in src/polartoolkit/fetch.py

View check run for this annotation

Codecov / codecov/patch

src/polartoolkit/fetch.py#L244-L245

Added lines #L244 - L245 were not covered by tests


def sample_shp(name: str) -> str:
"""
Load the file path of sample shapefiles
Expand Down

0 comments on commit 4d2e541

Please sign in to comment.