1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-12 04:23:24 +02:00

[Netfilter] Remove duplicate import

This commit is contained in:
André Peters 2018-10-14 00:16:21 +02:00 committed by GitHub
commit 08e5432074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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