Skip to content

Commit

Permalink
pipeline fix, hopefully - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jul 20, 2024
1 parent 65ce42e commit 8b70c5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blue_geo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DESCRIPTION = f"{ICON} AI for precise geospatial data analysis and visualization."

VERSION = "4.70.1"
VERSION = "4.71.1"

REPO_NAME = "blue-geo"

Expand Down
2 changes: 1 addition & 1 deletion blue_geo/firms/api/area/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(
depth: int = 1,
log: bool = True,
):
super.__init__()
super().__init__()
self.type = "firms"

self.url_prefix = "https://firms.modaps.eosdis.nasa.gov"
Expand Down

0 comments on commit 8b70c5d

Please sign in to comment.