From c9761cd58a1a6d32d851f26df6fb50aaa88c8dc4 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Fri, 15 Apr 2016 10:59:00 +0100 Subject: [PATCH] remove unused import --- tests/app/authentication/test_authentication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/authentication/test_authentication.py b/tests/app/authentication/test_authentication.py index bd15313ac..408338f03 100644 --- a/tests/app/authentication/test_authentication.py +++ b/tests/app/authentication/test_authentication.py @@ -2,7 +2,7 @@ from datetime import datetime, timedelta import pytest from notifications_python_client.authentication import create_jwt_token -from flask import json, url_for, current_app +from flask import json, current_app from app.dao.api_key_dao import get_unsigned_secrets, save_model_api_key, get_unsigned_secret from app.models import ApiKey, Service