Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1e6aeda

Browse files
committed
fix(hooks): import anntations for backporting 3.10 anntation style to older version
1 parent d19fd45 commit 1e6aeda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commitizen/hooks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
from commitizen import cmd, out
24
from commitizen.exceptions import RunHookError
35

0 commit comments

Comments
 (0)