Commit 98203286 authored by Stavros-Anastasios Charismiadis's avatar Stavros-Anastasios Charismiadis
Browse files

remove unsed import

parent 4fd63f00
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -8,7 +8,6 @@ from flask import Response, request, current_app
from flask_jwt_extended import jwt_required, get_jwt_identity
from flask_jwt_extended import jwt_required, get_jwt_identity
from cryptography import x509
from cryptography import x509
from cryptography.hazmat.backends import default_backend
from cryptography.hazmat.backends import default_backend
from ..core.publisher import Publisher
from functools import wraps
from functools import wraps


invoker_operations = InvokerManagementOperations()
invoker_operations = InvokerManagementOperations()