Skip to content

Commit

Permalink
refactor: remove unused imports
Browse files Browse the repository at this point in the history
An object has been imported but is not used anywhere in the file.
It should either be used or the import should be removed.
  • Loading branch information
deepsource-autofix[bot] authored Jan 7, 2024
1 parent a5e1a6b commit bda9dd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zbmath_rest2oai/getWithSwagger.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit bda9dd0

Please sign in to comment.