Skip to content

Commit 423c26c

Browse files
committed
style(defaults): annoate OrderedDict through 'OrderedDict' for 3.6 compatibility
1 parent 762b250 commit 423c26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
class CzSettings(TypedDict, total=False):
2121
bump_pattern: str
22-
bump_map: OrderedDict[str, str]
22+
bump_map: "OrderedDict[str, str]"
2323
change_type_order: List[str]
2424

2525
questions: Questions

0 commit comments

Comments
 (0)