From 30700c18c8fcb2322f3113672433d55df9d77818 Mon Sep 17 00:00:00 2001
From: "Mayr, Hannes" <hannes.mayr@stud.tu-darmstadt.de>
Date: Wed, 6 Jul 2022 09:35:00 +0200
Subject: [PATCH] Fix import in tagplot test.

---
 tests/test_tagplot.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_tagplot.py b/tests/test_tagplot.py
index cb71137..e08084f 100644
--- a/tests/test_tagplot.py
+++ b/tests/test_tagplot.py
@@ -6,7 +6,7 @@ Unittests for tagplot
 
 import unittest
 import matplotlib.pyplot as plt
-from tagplot import tagplot
+from plotid.tagplot import tagplot
 
 # Constants for tests
 FIG1 = plt.figure()
-- 
GitLab