Skip to content

Commit de54caf

Browse files
committed
Unused import
1 parent 0534596 commit de54caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bson/raw_bson.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from bson import _UNPACK_INT, _iterate_elements
2121
from bson.py3compat import iteritems
2222
from bson.codec_options import (
23-
CodecOptions, DEFAULT_CODEC_OPTIONS as DEFAULT, _RAW_BSON_DOCUMENT_MARKER)
23+
DEFAULT_CODEC_OPTIONS as DEFAULT, _RAW_BSON_DOCUMENT_MARKER)
2424
from bson.errors import InvalidBSON
2525

2626

0 commit comments

Comments
 (0)