Adds missing import: tempfile

This commit is contained in:
philip 2021-12-20 11:10:35 +03:00
parent 43c49dd527
commit d04a4bf5c6
Signed by untrusted user: mango-habanero
GPG Key ID: B00CE9034DA19FB7
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import logging
import os
import sys
import argparse
import tempfile
# third-party imports
import celery