Remove unused import.

This commit is contained in:
Patrick Jentsch 2019-08-06 14:54:44 +02:00
parent 5c1fd82451
commit 36753c3b51

View File

@ -7,7 +7,6 @@ from ..models import Job
from ..import swarm from ..import swarm
from .. import db from .. import db
from threading import Thread from threading import Thread
import hashlib
import os import os
import json import json