Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2021
1 parent 74889e5 commit 7ac5903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sassutils/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#: (:class:`re.RegexObject`) The regular expression pattern which matches to
#: filenames of supported :const:`SUFFIXES`.
SUFFIX_PATTERN = re.compile(
'[.](' + '|'.join(map(re.escape, sorted(SUFFIXES))) + ')$'
'[.](' + '|'.join(map(re.escape, sorted(SUFFIXES))) + ')$',
)


Expand Down

0 comments on commit 7ac5903

Please sign in to comment.