summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2017-05-09 10:49:55 +0200
committerRodolfo Carvalho <rhcarvalho@gmail.com>2017-05-09 10:49:55 +0200
commita0539d0c459b5d5733a64f00d3f1d596ae5e9c1c (patch)
tree7b5374bfa9942b34fefdf49ddd173104069bed4c /roles/openshift_facts
parent53cdc13944d1e4b60f3db328097a4eb929d01092 (diff)
downloadopenshift-a0539d0c459b5d5733a64f00d3f1d596ae5e9c1c.tar.gz
openshift-a0539d0c459b5d5733a64f00d3f1d596ae5e9c1c.tar.bz2
openshift-a0539d0c459b5d5733a64f00d3f1d596ae5e9c1c.tar.xz
openshift-a0539d0c459b5d5733a64f00d3f1d596ae5e9c1c.zip
Remove vim configuration from Python files
In a project where contributors are free to use whatever editor they want and we have linting tools that verify the proper formatting of Python files, it should not be required to have a vim-specific line in Python files.
Diffstat (limited to 'roles/openshift_facts')
-rwxr-xr-xroles/openshift_facts/library/openshift_facts.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py
index 5ea902e2b..911d72412 100755
--- a/roles/openshift_facts/library/openshift_facts.py
+++ b/roles/openshift_facts/library/openshift_facts.py
@@ -1,7 +1,6 @@
#!/usr/bin/python
# pylint: disable=too-many-lines
# -*- coding: utf-8 -*-
-# vim: expandtab:tabstop=4:shiftwidth=4
# Reason: Disable pylint too-many-lines because we don't want to split up this file.
# Status: Permanently disabled to keep this module as self-contained as possible.