From 4e4003536ae4b4268ed0b56e89e4cde905c39ce5 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Tue, 12 May 2015 10:28:08 -0400 Subject: [PATCH] Prune unused import (satisfies pyflakes) --- tests/py/test_participant.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/py/test_participant.py b/tests/py/test_participant.py index 786c2c9a63..9a46393f24 100644 --- a/tests/py/test_participant.py +++ b/tests/py/test_participant.py @@ -11,7 +11,6 @@ from gratipay import NotSane from gratipay.exceptions import ( HasBigTips, - UserDoesntAcceptTips, UsernameIsEmpty, UsernameTooLong, UsernameAlreadyTaken,