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 Mar 19, 2024
1 parent fd1c033 commit 58f9f99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion pipeline/compressors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from pipeline.exceptions import CompressorError
from pipeline.utils import relpath, set_std_streams_blocking, to_class


# Regex matching url(...), url('...'), and url("...") patterns.
#
# Replacements will preserve the quotes and any whitespace contained within
Expand Down
4 changes: 2 additions & 2 deletions tests/tests/test_compressor.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
from pipeline.collector import default_collector
from pipeline.compressors import (
CSS_REWRITE_PATH_RE,
Compressor,
JS_REWRITE_PATH_RE,
SubProcessCompressor,
TEMPLATE_FUNC,
Compressor,
SubProcessCompressor,
)
from pipeline.compressors.yuglify import YuglifyCompressor
from tests.utils import _, pipeline_settings
Expand Down

0 comments on commit 58f9f99

Please sign in to comment.