Skip to content

Commit fe08aa6

Browse files
authored
Remove distutils import
distutils is removed in Python 3.12. The functionality of the hook is maintained without the import.
1 parent 125bdd9 commit fe08aa6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

commit_msg_regex_hook/commit_msg_regex_hook.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
the provided regex.
55
"""
66

7-
from distutils.log import debug
87
import sys
98
import argparse
109
import re

0 commit comments

Comments
 (0)