Skip to content

Commit

Permalink
remove bson ObjectID
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed Apr 12, 2024
1 parent 1e55bb6 commit 6ea2060
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stac_fastapi/mongo/database_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from typing import Any, Dict, Iterable, List, Optional, Protocol, Tuple, Type, Union

import attr
from bson import ObjectId
from pymongo.errors import BulkWriteError, PyMongoError

from stac_fastapi.core import serializers
Expand Down

0 comments on commit 6ea2060

Please sign in to comment.