Skip to content

Commit

Permalink
Fix import typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nhairs committed Jan 28, 2024
1 parent 8c771c8 commit 8eef629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmerge/strategy/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
if sys.version_info >= (3, 10):
from typing import TypeAlias
else:
from typing_extentions import TypeAlias
from typing_extensions import TypeAlias

import deepmerge.merger
from ..exception import StrategyNotFound, InvalidMerge
Expand Down

0 comments on commit 8eef629

Please sign in to comment.