Skip to content

Commit

Permalink
Merge pull request #13 from MaRDI4NFDI/deepsource-autofix-940c18d1
Browse files Browse the repository at this point in the history
refactor: remove unused imports
  • Loading branch information
physikerwelt authored Jan 7, 2024
2 parents a5e1a6b + bda9dd0 commit 27688e9
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 27688e9

Please sign in to comment.