Skip to content

Commit 7ac5903

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 74889e5 commit 7ac5903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sassutils/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#: (:class:`re.RegexObject`) The regular expression pattern which matches to
2424
#: filenames of supported :const:`SUFFIXES`.
2525
SUFFIX_PATTERN = re.compile(
26-
'[.](' + '|'.join(map(re.escape, sorted(SUFFIXES))) + ')$'
26+
'[.](' + '|'.join(map(re.escape, sorted(SUFFIXES))) + ')$',
2727
)
2828

2929

0 commit comments

Comments
 (0)