We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1c033 commit 58f9f99Copy full SHA for 58f9f99
pipeline/compressors/__init__.py
@@ -16,7 +16,6 @@
16
from pipeline.exceptions import CompressorError
17
from pipeline.utils import relpath, set_std_streams_blocking, to_class
18
19
-
20
# Regex matching url(...), url('...'), and url("...") patterns.
21
#
22
# Replacements will preserve the quotes and any whitespace contained within
tests/tests/test_compressor.py
@@ -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,
23
)
24
from pipeline.compressors.yuglify import YuglifyCompressor
25
from tests.utils import _, pipeline_settings
0 commit comments