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/cmd.py | 1 + 1 file changed, 1 insertion(+) (limited to 'git/cmd.py') diff --git a/git/cmd.py b/git/cmd.py index 72ba82c3..71c9e5a0 100644 --- a/git/cmd.py +++ b/git/cmd.py @@ -135,6 +135,7 @@ def dict_to_slots_and__excluded_are_none(self, d, excluded=()): ## -- End Utilities -- @} + # value of Windows process creation flag taken from MSDN CREATE_NO_WINDOW = 0x08000000 -- cgit v1.2.3