From 2b01297eca1b6fc19589df77e35bc9c2630b66ff Mon Sep 17 00:00:00 2001
From: JosePizarro3 <jose.pizarro@physik.hu-berlin.de>
Date: Wed, 17 Jan 2024 15:27:08 +0100
Subject: [PATCH] Fix line break __init__

---
 simulationdataschema/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/simulationdataschema/__init__.py b/simulationdataschema/__init__.py
index 7761db82..0c4b142b 100644
--- a/simulationdataschema/__init__.py
+++ b/simulationdataschema/__init__.py
@@ -16,4 +16,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-from .general import Computation
\ No newline at end of file
+from .general import Computation