From 0c876c440d0f4527b213ff228d2bac8c46fafb96 Mon Sep 17 00:00:00 2001
From: Albin Henriksson <albhe428@student.liu.se>
Date: Thu, 18 Feb 2021 09:12:49 +0100
Subject: [PATCH] #7: Small change to server to trigger server pipeline

---
 server/tests/__init__.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/server/tests/__init__.py b/server/tests/__init__.py
index 0d8c1354..20860256 100644
--- a/server/tests/__init__.py
+++ b/server/tests/__init__.py
@@ -9,7 +9,6 @@ def app():
     with app.app_context():
         db.drop_all()
         db.create_all()
-
     return app
 
 
-- 
GitLab