Skip to content

Commit 5e076b7

Browse files
committed
PYTHON-3679 Remove unused import
1 parent e200a6e commit 5e076b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bson/decimal128.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
import decimal
2121
import struct
22-
from typing import Any, Sequence, Tuple, Type, Union, cast
22+
from typing import Any, Sequence, Tuple, Type, Union
2323

2424
_PACK_64 = struct.Struct("<Q").pack
2525
_UNPACK_64 = struct.Struct("<Q").unpack

0 commit comments

Comments
 (0)