Skip to content

Commit

Permalink
__init__.py: Add missing import of pystac.extensions.scientific
Browse files Browse the repository at this point in the history
  • Loading branch information
schwehr committed Oct 16, 2020
1 parent 8582ea1 commit 43ca90a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pystac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class STACError(Exception):
import pystac.extensions.label
import pystac.extensions.pointcloud
import pystac.extensions.projection
import pystac.extensions.scientific
import pystac.extensions.single_file_stac
import pystac.extensions.timestamps
import pystac.extensions.version
Expand Down

0 comments on commit 43ca90a

Please sign in to comment.