From 271c637d5c643df7c924d65d52c77f4d399a7cc7 Mon Sep 17 00:00:00 2001 From: howardlee Date: Wed, 9 Nov 2016 16:06:10 +0800 Subject: [PATCH] Remove vim header from source files Trivial fix [H106] Don't put vim configuration in source files (off by default). Change-Id: I7e9e9930fd6f135074078637f5af6f403e75ff78 --- taskflow/types/tree.py | 2 -- taskflow/utils/iter_utils.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/taskflow/types/tree.py b/taskflow/types/tree.py index 8c0814fe..92691535 100644 --- a/taskflow/types/tree.py +++ b/taskflow/types/tree.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (C) 2014 Yahoo! Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/taskflow/utils/iter_utils.py b/taskflow/utils/iter_utils.py index 959f6660..d35fe16a 100644 --- a/taskflow/utils/iter_utils.py +++ b/taskflow/utils/iter_utils.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright (C) 2015 Yahoo! Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may