PEP8 cleanups, further removal of unused code

This commit is contained in:
Roberto Rosario
2014-10-21 19:28:52 -04:00
parent ce39a775ee
commit 2ea48bd1ba
24 changed files with 20 additions and 69 deletions

View File

@@ -9,6 +9,7 @@ from .models import Lock
# Notice: StaleLock exception and tests are not available until more changes are
# backported.
# TODO: backport stale lock code
class LockTestCase(TestCase):