Skip to content

Commit

Permalink
PYTHON-3679 Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneHarvey committed Apr 27, 2023
1 parent e200a6e commit 5e076b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bson/decimal128.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import decimal
import struct
from typing import Any, Sequence, Tuple, Type, Union, cast
from typing import Any, Sequence, Tuple, Type, Union

_PACK_64 = struct.Struct("<Q").pack
_UNPACK_64 = struct.Struct("<Q").unpack
Expand Down

0 comments on commit 5e076b7

Please sign in to comment.