Skip to content

Commit

Permalink
Fixing import statement to address issue #324 (#325)
Browse files Browse the repository at this point in the history
* Fixing import statement to address issue #324

* updating changelog

Co-authored-by: Jeff Albrecht <[email protected]>
  • Loading branch information
Richard Smith and geospatial-jeff authored Jan 14, 2022
1 parent a7437c1 commit 6990df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

### Fixed

* Import error using `importlib.util` ([#325](https://github.com/stac-utils/stac-fastapi/pull/325))
* Add environment variables required by upgraded pgstac container ([#313](https://github.com/stac-utils/stac-fastapi/pull/313))
* Enabled `ContextExtension` by default ([#207](https://github.com/stac-utils/stac-fastapi/issues/207))
* Content-type response headers for the /search endpoint now reflect the geojson response expected in the STAC api spec ([#220](https://github.com/stac-utils/stac-fastapi/issues/220))
Expand Down
2 changes: 1 addition & 1 deletion stac_fastapi/api/stac_fastapi/api/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""api request/response models."""

import importlib
import importlib.util
from typing import Optional, Type, Union

import attr
Expand Down

0 comments on commit 6990df1

Please sign in to comment.