Skip to content

Commit c062d45

Browse files
fix: update import statement for constants in config.py
1 parent e187e3f commit c062d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commitlint/config.py

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

55
from typing import Optional
66

7-
from src.commitlint.constants import COMMIT_HEADER_MAX_LENGTH
7+
from .constants import COMMIT_HEADER_MAX_LENGTH
88

99

1010
class _CommitlintConfig:

0 commit comments

Comments
 (0)