From: Sarah Hoffmann Date: Mon, 1 Mar 2021 08:26:08 +0000 (+0100) Subject: remove unused import X-Git-Tag: v3.7.0~26 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/db663dd92f1d2cc1b34f1260ce6c190abcd50c76 remove unused import --- diff --git a/test/python/test_config.py b/test/python/test_config.py index 81f13ffd..d6911957 100644 --- a/test/python/test_config.py +++ b/test/python/test_config.py @@ -2,7 +2,6 @@ Test for loading dotenv configuration. """ from pathlib import Path -import tempfile import pytest