From b06b13e61e8db81afdd666ac68f4a489cec87d5a Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 8 Dec 2016 12:54:34 +0100 Subject: chore(lint): flake8 Interestingly only shows in particular python versions on travis. Maybe some caching effect? Locally it is reproducible easily, with the latest flake8 --- git/test/test_submodule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/test_submodule.py') diff --git a/git/test/test_submodule.py b/git/test/test_submodule.py index 7b05f49a..95441813 100644 --- a/git/test/test_submodule.py +++ b/git/test/test_submodule.py @@ -29,12 +29,12 @@ import os.path as osp class TestRootProgress(RootUpdateProgress): - """Just prints messages, for now without checking the correctness of the states""" def update(self, op, cur_count, max_count, message=''): print(op, cur_count, max_count, message) + prog = TestRootProgress() -- cgit v1.2.1