Skip to content

Commit

Permalink
Fixed bad annotation import
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Dec 28, 2023
1 parent 9431c6b commit c0007fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cbor2/_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from uuid import UUID

if sys.version_info >= (3, 12):
from typing import Buffer
from collections.abc import Buffer
else:
from typing_extensions import Buffer

Expand Down

0 comments on commit c0007fc

Please sign in to comment.