From a2d7e8e80eb0ecb516b4c315846c24c8f445b0d0 Mon Sep 17 00:00:00 2001
From: iamashwin99 <ashwin-kumar.karnad@mpsd.mpg.de>
Date: Tue, 6 Jun 2023 15:20:51 +0200
Subject: [PATCH] remove duplicate imports

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

diff --git a/tests.py b/tests.py
index e704327..2bcf721 100644
--- a/tests.py
+++ b/tests.py
@@ -1,7 +1,6 @@
 """Tests for mpsd-software-environment.py."""
 
 import importlib
-import logging
 import os
 import shutil
 import subprocess
-- 
GitLab