Skip to content

Commit

Permalink
PYTHON-2504 Fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneHarvey committed Apr 28, 2023
1 parent f85b2f9 commit 43c7074
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bson/raw_bson.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@
from typing import Any, ItemsView, Iterator, Mapping, Optional

from bson import _get_object_size, _raw_to_dict
from bson.codec_options import _RAW_BSON_DOCUMENT_MARKER, CodecOptions
from bson.codec_options import _RAW_BSON_DOCUMENT_MARKER
from bson.codec_options import DEFAULT_CODEC_OPTIONS as DEFAULT
from bson.codec_options import CodecOptions
from bson.son import SON


Expand Down

0 comments on commit 43c7074

Please sign in to comment.