diff options
Diffstat (limited to 'tests/checks/test_repo.py')
-rw-r--r-- | tests/checks/test_repo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/checks/test_repo.py b/tests/checks/test_repo.py index 4220e055..536dfc0f 100644 --- a/tests/checks/test_repo.py +++ b/tests/checks/test_repo.py @@ -13,7 +13,6 @@ from .. import misc class TestRepoDirCheck(misc.Tmpdir, misc.ReportTestCase): - check_kls = repo.RepoDirCheck def mk_check(self): |