From: Vivien Maisonneuve <v.maisonneuve@gmail.com>
Date: Fri, 11 Jul 2014 16:35:52 +0000 (+0200)
Subject: Remove empty lines at top of files
X-Git-Tag: 1.0~120
X-Git-Url: https://svn.cri.ensmp.fr/git/linpy.git/commitdiff_plain/ae3c7cc888444a66597e093ea0b1fd83f521f0a6

Remove empty lines at top of files
---

diff --git a/pypol/geometry.py b/pypol/geometry.py
index d1d6770..d0146cf 100644
--- a/pypol/geometry.py
+++ b/pypol/geometry.py
@@ -1,4 +1,3 @@
-
 from abc import ABC, abstractmethod, abstractproperty
 
 
diff --git a/pypol/polyhedra.py b/pypol/polyhedra.py
index 2eaa7b5..c30fd13 100644
--- a/pypol/polyhedra.py
+++ b/pypol/polyhedra.py
@@ -1,4 +1,3 @@
-
 import functools
 import math
 import numbers