remove duplicated import time

master
Tobias "Knight" S 2018-10-13 23:30:24 +02:00 committed by GitHub
parent a26acdefc5
commit 7114999c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ from random import randint
from threading import Thread from threading import Thread
from threading import Lock from threading import Lock
import redis import redis
import time
import json import json
import iptc import iptc