Merge pull request #1279 from ryanpetrello/release_3.3.0

missing import for celery failure handler
This commit is contained in:
Ryan Petrello 2018-04-09 09:23:35 -04:00 committed by GitHub
commit c420146c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ import os
import re
import shutil
import stat
import sys
import tempfile
import time
import traceback