Skip to content

Commit

Permalink
more flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
vnessamartinez committed May 2, 2024
1 parent 7395a8f commit af4bba2
Showing 1 changed file with 1 addition 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 @@ -51,18 +51,17 @@ def get_data(t) -> FeatureCollection:
def get_incidents() -> FeatureCollection:
"""
Get all active wildfire incidents from InciWeb.
Returns GeoJson FeatureCollection.
"""
features = get_data("Wildfire")

# Pass it out
return features


def get_prescribed_fires() -> FeatureCollection:
"""
Get all active prescribed fire incidents from InciWeb.
Returns GeoJson FeatureCollection.
"""
features = get_data("Prescribed Fire")
Expand Down

0 comments on commit af4bba2

Please sign in to comment.