From d04a4bf5c695bf3b4d6c2af164fc6fc6a74b2695 Mon Sep 17 00:00:00 2001 From: philip Date: Mon, 20 Dec 2021 11:10:35 +0300 Subject: [PATCH] Adds missing import: tempfile --- apps/cic-cache/cic_cache/runnable/daemons/tasker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/cic-cache/cic_cache/runnable/daemons/tasker.py b/apps/cic-cache/cic_cache/runnable/daemons/tasker.py index 190024ce..f8778e92 100644 --- a/apps/cic-cache/cic_cache/runnable/daemons/tasker.py +++ b/apps/cic-cache/cic_cache/runnable/daemons/tasker.py @@ -3,6 +3,7 @@ import logging import os import sys import argparse +import tempfile # third-party imports import celery