Remove unused import (#379)

This commit is contained in:
Tony Narlock 2018-10-25 12:44:38 -05:00 committed by Shane Harvey
parent d43ca118f9
commit 22f83c5a55

View File

@ -26,7 +26,6 @@ import struct
import bson
from bson import (CodecOptions,
_bson_to_dict,
_dict_to_bson,
_make_c_string)
from bson.codec_options import DEFAULT_CODEC_OPTIONS