From 105d4f83ecff732acb9fc1c257f9e67d4896ae49 Mon Sep 17 00:00:00 2001
From: Elias Werner <eliwerner3@googlemail.com>
Date: Fri, 27 Aug 2021 11:48:11 +0200
Subject: [PATCH] machine learning overview linter fix

---
 doc.zih.tu-dresden.de/docs/software/machine_learning.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/machine_learning.md b/doc.zih.tu-dresden.de/docs/software/machine_learning.md
index 6a4004ac7..1eee8890d 100644
--- a/doc.zih.tu-dresden.de/docs/software/machine_learning.md
+++ b/doc.zih.tu-dresden.de/docs/software/machine_learning.md
@@ -44,7 +44,6 @@ marie@romeo$ module load modenv/scs5
 
 ## Machine Learning via Console
 
-
 ### Python and Virtual Environments
 
 Python users should use a [virtual environment](python_virtual_environments.md) when conducting machine learning tasks via console.
@@ -60,7 +59,6 @@ different package managment.
 
 For more details on machine learning or data science with R see [here](../data_analytics_with_r/#r-console).
 
-
 ## Machine Learning with Jupyter
 
 The [Jupyter Notebook](https://jupyter.org/) is an open-source web application that allows you to
-- 
GitLab