From 99a3823621a1d4f49465d09cc7cd90d11f2c5863 Mon Sep 17 00:00:00 2001 From: proletarius101 Date: Mon, 26 Feb 2024 23:08:00 +0800 Subject: [PATCH] fix: ModuleNotFoundError --- tests/deploy.TestCase | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/deploy.TestCase b/tests/deploy.TestCase index 47743314..811c61a6 100755 --- a/tests/deploy.TestCase +++ b/tests/deploy.TestCase @@ -10,7 +10,6 @@ import tempfile import unittest from pathlib import Path from unittest import mock -from fdroidserver import index localmodule = os.path.realpath( os.path.join(os.path.dirname(inspect.getfile(inspect.currentframe())), '..')