Skip to content

Commit 58f9f99

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fd1c033 commit 58f9f99

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pipeline/compressors/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
from pipeline.exceptions import CompressorError
1717
from pipeline.utils import relpath, set_std_streams_blocking, to_class
1818

19-
2019
# Regex matching url(...), url('...'), and url("...") patterns.
2120
#
2221
# Replacements will preserve the quotes and any whitespace contained within

tests/tests/test_compressor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
from pipeline.collector import default_collector
1717
from pipeline.compressors import (
1818
CSS_REWRITE_PATH_RE,
19-
Compressor,
2019
JS_REWRITE_PATH_RE,
21-
SubProcessCompressor,
2220
TEMPLATE_FUNC,
21+
Compressor,
22+
SubProcessCompressor,
2323
)
2424
from pipeline.compressors.yuglify import YuglifyCompressor
2525
from tests.utils import _, pipeline_settings

0 commit comments

Comments
 (0)