From bda9dd0c76deecebbf68bf531bb8ad75de4405a8 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 13:31:54 +0000 Subject: [PATCH] refactor: remove unused imports An object has been imported but is not used anywhere in the file. It should either be used or the import should be removed. --- src/zbmath_rest2oai/getWithSwagger.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/zbmath_rest2oai/getWithSwagger.py b/src/zbmath_rest2oai/getWithSwagger.py index 20b2a01..01b33ed 100644 --- a/src/zbmath_rest2oai/getWithSwagger.py +++ b/src/zbmath_rest2oai/getWithSwagger.py @@ -3,7 +3,6 @@ from zbmath_rest2oai.xml_writer import create_document import json -import re with open('C:/Users/maz/PycharmProjects/myenv-zbmathopen/python-zbMathRest2Oai/src/zbmath_rest2oai/output mapping - Copy.json') as f: d = json.load(f) api_instance = swagger_client.DocumentApi(swagger_client.ApiClient())