Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
vnessamartinez committed May 2, 2024
1 parent 9bb1ba2 commit 7395a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions inciweb_wildfires/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import requests
from geojson import Feature, FeatureCollection, Point


def get_data(t) -> FeatureCollection:
"""
Get all incidents data from InciWeb.
Expand Down Expand Up @@ -46,8 +47,6 @@ def get_data(t) -> FeatureCollection:
# Pass it out
return FeatureCollection(feature_list)




def get_incidents() -> FeatureCollection:
"""
Expand Down
1 change: 1 addition & 0 deletions inciweb_wildfires/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def cmd():
def incidents():
click.echo(get_incidents())


@cmd.command(help="Download prescribed fire incidents from InciWeb")
def prescribed_fires():
click.echo(get_prescribed_fires())
Expand Down

0 comments on commit 7395a8f

Please sign in to comment.