Skip to content

Commit 43c7074

Browse files
committed
PYTHON-2504 Fix isort
1 parent f85b2f9 commit 43c7074

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bson/raw_bson.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@
5454
from typing import Any, ItemsView, Iterator, Mapping, Optional
5555

5656
from bson import _get_object_size, _raw_to_dict
57-
from bson.codec_options import _RAW_BSON_DOCUMENT_MARKER, CodecOptions
57+
from bson.codec_options import _RAW_BSON_DOCUMENT_MARKER
5858
from bson.codec_options import DEFAULT_CODEC_OPTIONS as DEFAULT
59+
from bson.codec_options import CodecOptions
5960
from bson.son import SON
6061

6162

0 commit comments

Comments
 (0)