Remove vim annotations

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2019-12-06 18:40:55 +01:00
parent f53e1cef6d
commit 7fa7ca5f04
40 changed files with 34 additions and 122 deletions

View file

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import division
import atexit
@ -378,5 +377,3 @@ def mkstemp_exec(data):
os.chmod(name, 0o755)
return name
# vim: ai sts=4 et sw=4