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 544f9e2 commit 86c0d23Copy full SHA for 86c0d23
scanpipe/pipelines/__init__.py
@@ -32,11 +32,10 @@
32
import bleach
33
from markdown_it import MarkdownIt
34
from pyinstrument import Profiler
35
+from django.conf import settings
36
37
from aboutcode.pipeline import BasePipeline
38
from scancodeio.settings import download_store
-from scancodeio.settings import settings
39
-
40
logger = logging.getLogger(__name__)
41
42
scanpipe/tests/test_pipelines.py
@@ -2,6 +2,7 @@
2
<<<<<<< HEAD
3
4
5
+<<<<<<< HEAD
6
7
=======
8
>>>>>>> ca2f49f5 (Revert "Revert "Revert "add tests for storing packages""")
0 commit comments