We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e200a6e commit 5e076b7Copy full SHA for 5e076b7
bson/decimal128.py
@@ -19,7 +19,7 @@
19
20
import decimal
21
import struct
22
-from typing import Any, Sequence, Tuple, Type, Union, cast
+from typing import Any, Sequence, Tuple, Type, Union
23
24
_PACK_64 = struct.Struct("<Q").pack
25
_UNPACK_64 = struct.Struct("<Q").unpack
0 commit comments