diff --git a/cz_nhm.py b/cz_nhm.py index b7bbb01..482e968 100644 --- a/cz_nhm.py +++ b/cz_nhm.py @@ -193,13 +193,13 @@ def schema(self) -> str: Used by cz schema. """ return ( - "(): \n" - "\n" - "\n" - "\n" - "BREAKING CHANGE: \n" - "\n" - "Closes: " + '(): \n' + '\n' + '\n' + '\n' + 'BREAKING CHANGE: \n' + '\n' + 'Closes: ' ) def schema_pattern(self) -> str: