From 95e2ebb237c5a428a80d10472efeb7be97f1ad65 Mon Sep 17 00:00:00 2001 From: Halvani <> Date: Thu, 15 Aug 2024 00:17:27 +0200 Subject: [PATCH] . --- tests/test_suite.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_suite.py b/tests/test_suite.py index 5f2ccf6..0e46d5f 100644 --- a/tests/test_suite.py +++ b/tests/test_suite.py @@ -3,8 +3,6 @@ import inspect import unittest import pytest -import fitz - # Import the module from the parent directory currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))