From 691a9a2f62ae6ece3d42934bd220150a13758043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Sun, 11 Aug 2024 11:14:42 +0200 Subject: [PATCH] Remove unused import in test file. --- tests/python/test_qt.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/python/test_qt.py b/tests/python/test_qt.py index fd9fbc8..fd5dca4 100644 --- a/tests/python/test_qt.py +++ b/tests/python/test_qt.py @@ -1,5 +1,3 @@ -import struct - from PyQt6.QtCore import QByteArray, QDateTime, Qt import mobase_tests.qt as m