Skip to content

Commit

Permalink
Merge pull request #208 from shadchin/main
Browse files Browse the repository at this point in the history
Fix deprecation warning
  • Loading branch information
sigmavirus24 committed Feb 23, 2024
2 parents e3331c5 + 46dcb92 commit 7a92bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/betamax/headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""
import sys

from collections import Mapping, MutableMapping
from collections.abc import Mapping, MutableMapping

__all__ = ('HTTPHeaderDict',)

Expand Down

0 comments on commit 7a92bf1

Please sign in to comment.